You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 10, 2017. It is now read-only.
I'm using the AMD version of Marionette.Async in a RequireJS loader. Because I don't have complete control over the page (a third-party CMS injects its own jQuery library), I'm using a RequireJS shim and jQuery.noConflict(true) to sandbox my version of the jQuery library.
Marionette.Async only uses the jQuery (or Zepto or ender) object on the window. Instead, it should continue to use the jQuery version fetched via require.
The text was updated successfully, but these errors were encountered:
cparker15
added a commit
to cparker15/backbone.marionette.async
that referenced
this issue
Nov 4, 2012
I'm using the AMD version of Marionette.Async in a RequireJS loader. Because I don't have complete control over the page (a third-party CMS injects its own jQuery library), I'm using a RequireJS shim and jQuery.noConflict(true) to sandbox my version of the jQuery library.
Marionette.Async only uses the jQuery (or Zepto or ender) object on the window. Instead, it should continue to use the jQuery version fetched via require.
The text was updated successfully, but these errors were encountered: