BackboneJS-AMD-Boilerplate icon indicating copy to clipboard operation
BackboneJS-AMD-Boilerplate copied to clipboard

jQuery infecting global space

Open david0178418 opened this issue 13 years ago • 0 comments

The original fork of backbone being used and core underscore pre 1.3 did not occupy global space by default if using a module loader. Due to user feedback, this was changed to require those loading as a module to call "noConflict" by default.

This was done, but these libraries require 'jquery' (which is what jQuery calls itself by default) and keep it in the global space. Need to structure things in more efficient way to load these and make as easy as possible to use.

david0178418 avatar Feb 03 '12 23:02 david0178418