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: '',
|
rootURL: '',
|
||||||
locationType: 'hash',
|
locationType: 'hash',
|
||||||
EmberENV: {
|
EmberENV: {
|
||||||
EXTEND_PROTOTYPES: {
|
EXTEND_PROTOTYPES: false,
|
||||||
Array: false,
|
|
||||||
Date: false,
|
|
||||||
String: false,
|
|
||||||
Function: true,
|
|
||||||
},
|
|
||||||
FEATURES: {
|
FEATURES: {
|
||||||
// Here you can enable experimental features on an ember canary build
|
// Here you can enable experimental features on an ember canary build
|
||||||
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
|
// e.g. EMBER_NATIVE_DECORATOR_SUPPORT: true
|
||||||
|
|
Loading…
Reference in a new issue