backbone.marionette.async icon indicating copy to clipboard operation
backbone.marionette.async copied to clipboard

jQuery.noConflict(true) breaks amd version

Open cparker15 opened this issue 12 years ago • 0 comments

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.

cparker15 avatar Nov 04 '12 01:11 cparker15