Skip to content

Commit cc96da7

Browse files
committed
Disable EXTEND_PROTOTYPE
1 parent f458428 commit cc96da7

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

test-app/config/environment.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,11 @@ module.exports = function (environment) {
77
rootURL: '/',
88
locationType: 'auto',
99
EmberENV: {
10+
EXTEND_PROTOTYPES: false,
1011
FEATURES: {
1112
// Here you can enable experimental features on an ember canary build
1213
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
1314
},
14-
EXTEND_PROTOTYPES: {
15-
// Prevent Ember Data from overriding Date.parse.
16-
Date: false,
17-
},
1815
},
1916

2017
APP: {

0 commit comments

Comments
 (0)