Skip to content

jQuery infecting global space #2

@david0178418

Description

@david0178418

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions