Commit 50d314d9 by Eric Fischer

Add Backbone global to jshintrc

Underscore was previously defined, it seemed odd to not have Backbone as well.
parent 0c3468a0
......@@ -109,10 +109,10 @@
// The parameter "predef" should remain empty for this configuration file
// to remain as general as possible.
"predef": [
// jQuery globals
"jQuery", "$",
// Underscore.js globals
// JavaScript global libraries
"Backbone",
"jQuery",
"$",
"_",
// RequireJS globals
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment