@rohmann wrote:
Is there a way to Prevent Ember from creating objects on the window?
I'm working on converting an existing Backbone/Marionette app to Ember.js. It's modular enough I can use Ember for routing, and create Ember components that run portions of the old code.
Ember is overwriting the older version of jQuery I have loaded, which is required by the legacy code. I've solved this by changing the order that scripts are loaded, but I'm curious if it's possible to isolate Ember and dependancies from the global scope.
Any ideas?
Posts: 1
Participants: 1