Commit Graph

11 Commits

Author SHA1 Message Date
winniehell 02f94cf038 disable ESLint for all JavaScript files 2016-10-26 10:02:58 +02:00
Mike Greiling f8520f5d09 remove manual Cookie.set "path" option in favor of global setting 2016-10-24 18:09:00 -05:00
Mike Greiling 67d2b2acb3 replace jquery.cookie vendor script with js.cookie 2016-10-24 18:09:00 -05:00
Bryce Johnson 13182a9c5c Make use of destructuring options, clean up based on feedback. 2016-10-05 11:25:02 +02:00
Bryce Johnson b690c19dbf Use parentheses in IFFE's as per AirBnb styleguide. 2016-10-05 11:25:02 +02:00
Bryce Johnson cfb03b3d06 Refactor UserTabs to ES6. 2016-10-05 11:25:00 +02:00
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