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 @@ ...@@ -109,10 +109,10 @@
// The parameter "predef" should remain empty for this configuration file // The parameter "predef" should remain empty for this configuration file
// to remain as general as possible. // to remain as general as possible.
"predef": [ "predef": [
// jQuery globals // JavaScript global libraries
"jQuery", "$", "Backbone",
"jQuery",
// Underscore.js globals "$",
"_", "_",
// RequireJS globals // 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