Skip to content

Commit

Permalink
stop relying on any prototype extension (#697)
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan authored Oct 18, 2023
1 parent 3a23719 commit 20f427c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20f427c

Please sign in to comment.