Commit 2b744b1d authored by David Schnur's avatar David Schnur

Add timezoneJS to the JSHint allowed globals.

We trust that jquery.flot.time.js checks for timezoneJS's existence
before using it.
parent 5c005f6b
......@@ -14,6 +14,10 @@
"undef": true,
"unused": true,
"globals": {
"timezoneJS": true
},
"browser": true,
"jquery": true
}
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