Skip to content

Commit 71a39bf

Browse files
committed
address ember-canary failure
1 parent 5c180fd commit 71a39bf

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test-app/config/environment.js

+1-4
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@ module.exports = function (environment) {
1313
// Here you can enable experimental features on an ember canary build
1414
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
1515
},
16-
EXTEND_PROTOTYPES: {
17-
// Prevent Ember Data from overriding Date.parse.
18-
Date: false,
19-
},
16+
EXTEND_PROTOTYPES: false,
2017
},
2118

2219
APP: {

0 commit comments

Comments
 (0)