Commit graph

5 commits

Author SHA1 Message Date
Regis
f43a0470bd removed null return - renamed 'placeTop' to 'placeProfileAvatarsToTop' 2016-09-01 14:51:53 -06:00
Regis
ee419bf48b no string wraps on keys 2016-09-01 05:54:10 -06:00
Regis
0d45972c93 single quotes for 'placement': 'top' k-v 2016-09-01 05:40:38 -06:00
Regis
195d79dce0 path const and prevent default location 2016-09-01 05:38:58 -06:00
Regis
7ed0acd422 turned ES5 users.js to ES6 users.js.es6 for babel
added semicolons

remove users.js

rename users to user in filename

removed uneeded semi-colons and returning null in constructor

class is wrapped - a lot of builds will fail

formatting

replaced 'new User' with 'new gl.User' in app/users/show.html.haml

window.gl || window.gl = {} - seeing if rspec9/spinach6/spinach9 will pass

putting window logic before IIFE

Fixed typo in users show view - extracted jquery calls in constructor to prototype methods

fixed window declaration in IIFE argument

adding new line
2016-08-25 17:27:20 -06:00