wekan/client/lib
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
..
accessibility.js Add some ESLint rules and fix some related issues 2015-10-14 23:50:12 +02:00
cssEvents.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
emoji-values.js Renaissance 2015-05-12 19:33:50 +02:00
escapeActions.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
filter.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
i18n.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
inlinedform.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
keyboard.js Shortcut: F toggles filter sidebar 2015-09-19 16:46:49 +03:00
mixins.js Renaissance 2015-05-12 19:33:50 +02:00
modal.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
multiSelection.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
popup.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
textComplete.js Abstract the jquery-textcomplete integration with EscapeActions 2015-10-13 18:36:58 +02:00
unsavedEdits.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
utils.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00