stop relying on any prototype extension (#697)
This commit is contained in:
parent
3a23719127
commit
20f427c074
1 changed files with 1 additions and 6 deletions
|
@ -7,12 +7,7 @@ module.exports = function (environment) {
|
|||
rootURL: '',
|
||||
locationType: 'hash',
|
||||
EmberENV: {
|
||||
EXTEND_PROTOTYPES: {
|
||||
Array: false,
|
||||
Date: false,
|
||||
String: false,
|
||||
Function: true,
|
||||
},
|
||||
EXTEND_PROTOTYPES: false,
|
||||
FEATURES: {
|
||||
// Here you can enable experimental features on an ember canary build
|
||||
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
|
||||
|
|
Loading…
Reference in a new issue