.jshintrc in archangel-0.0.6 vs .jshintrc in archangel-0.0.7
- old
+ new
@@ -1,13 +1,15 @@
{
"globals": {
"$": true,
"Archangel": true,
+ "Event": true,
"Sortable": true,
"XMLHttpRequest": true,
"document": true,
"jQuery": true,
"localStorage": true,
+ "Object": true,
"window": true
},
"boss": true,
"curly": true,
"debug": false,