wekan/models
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
..
activities.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
attachments.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
avatars.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
boards.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
cardComments.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
cards.js Import single card: archived card 2015-10-14 23:23:16 +02:00
import.js Merge branch 'xavierpriour-devel' into devel 2015-10-20 20:06:26 +02:00
lists.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
unsavedEdits.js Centralize all mutations at the model level 2015-09-08 20:19:42 +02:00
users.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00