-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
This line _ = $(this); declares "_" in the global namespace. Which will overwrite any variable with the same name. For example, underscore.js.
This should declare the variable using "var" or something, to set it in the local scope, and avoid any namespace clash.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels