Add timezoneJS to the JSHint allowed globals.

We trust that jquery.flot.time.js checks for timezoneJS's existence
before using it.
pull/1/head
David Schnur 13 years ago
parent 5c005f6b88
commit 2b744b1d5f

@ -14,6 +14,10 @@
"undef": true,
"unused": true,
"globals": {
"timezoneJS": true
},
"browser": true,
"jquery": true
}

Loading…
Cancel
Save