mardi 9 février 2016

Disabling Ember extend prototype

I am trying to integrate Ember into a legacy app which uses old library (incl jquery)

Now there are some issues mainly with iterating arrays using for..in loop

As per Ember, while we can disable using

Ember.EXTEND_PROTOTYPES = { "Array": false }

Would it cause any issues with other functionalities in my app that I have designed using Ember.

Aucun commentaire:

Enregistrer un commentaire