Skip to content

Commit

Permalink
do not override Date.parse
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Aug 17, 2016
1 parent bbea526 commit 94ded4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ module.exports = function(environment) {
'media-src': "'self'"
},

EmberENV: {
EXTEND_PROTOTYPES: {
Array: true,
Date: false,
String: false,
Function: true
}
},

moment: {
includeLocales: ['de', 'es'],
includeTimezone: '2010-2020'
Expand Down

0 comments on commit 94ded4e

Please sign in to comment.