wekan/client/components/cards
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
..
attachments.jade Fix a typo in a function call introduced in a78debc 2015-10-13 14:10:56 +02:00
attachments.js Fix Popup.afterCommit 2015-09-20 16:49:11 +02:00
attachments.styl Fix card attachments 2015-06-13 15:04:55 +02:00
cardDetails.jade Hide some disabled forms for anonymous board viewers 2015-09-06 03:54:36 +02:00
cardDetails.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
cardDetails.styl Redesign the card design header and change header menu icon 2015-08-30 16:02:25 +02:00
labels.jade Re-implement label deletion 2015-10-20 19:07:24 +02:00
labels.js Prefer ES5 methods over underscore utilities 2015-10-22 18:13:12 +02:00
labels.styl Fix label alignement on Safari 2015-08-28 10:59:46 +02:00
minicard.jade Support app deployment under a path prefix 2015-10-08 23:28:27 +02:00
minicard.js Enforce a consistent ES6 coding style 2015-09-03 23:12:46 +02:00
minicard.styl Redesign the card design header and change header menu icon 2015-08-30 16:02:25 +02:00