ENH: Update ember (#3)

Fixes #1
This commit is contained in:
Matthew Ryan Dillon 2017-04-03 06:29:16 -07:00 committed by GitHub
parent 3236bd4fe2
commit 4a01acb556
9 changed files with 49 additions and 57 deletions

View file

@ -10,6 +10,10 @@ module.exports = function(environment) {
FEATURES: {
// Here you can enable experimental features on an ember canary build
// e.g. 'with-controller': true
},
EXTEND_PROTOTYPES: {
// Prevent Ember Data from overriding Date.parse.
Date: false
}
},