wekan/client/components/sidebar
Maxime Quandalle aa974aa54a Prefer ES5 methods over underscore utilities
Since 07cc454 (ie the switch to Meteor 1.2) we includes the `es5-shim`
polyfill to support methods like `Array.prototype.forEach` in a
consistent way across all supported browsers (IE8+).

MDG recently released a blog post recommending the use of these native
methods instead of underscore [0]. We know follow this recommendation.

This commit also favor some ES6 features (argument defaults,
destructing assignment) in places where we didn’t use them.

[0]: http://info.meteor.com/blog/es2015-get-started
2015-10-22 18:13:12 +02:00
..
sidebar.jade Fix removeMemberPopup 2015-09-20 23:52:51 +02:00
sidebar.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
sidebar.styl Improve list title form 2015-09-02 22:56:12 +02:00
sidebarArchives.jade Update translation source file 2015-09-01 14:38:07 +02:00
sidebarArchives.js sidebar: Filter archived cards/lists for current board 2015-09-24 12:32:48 +02:00
sidebarFilters.jade Translate the label colors 2015-10-15 00:52:32 +02:00
sidebarFilters.js Fix multiselect toggle logic 2015-09-16 04:30:02 +02:00