BackboneJS-AMD-Boilerplate
BackboneJS-AMD-Boilerplate copied to clipboard
jQuery infecting global space
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.