From 2b744b1d5fa423900c78e9450aac9c006a8c9a42 Mon Sep 17 00:00:00 2001 From: David Schnur Date: Tue, 28 May 2013 23:07:25 -0400 Subject: [PATCH] Add timezoneJS to the JSHint allowed globals. We trust that jquery.flot.time.js checks for timezoneJS's existence before using it. --- .jshintrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.jshintrc b/.jshintrc index 42653e6..c888e06 100644 --- a/.jshintrc +++ b/.jshintrc @@ -14,6 +14,10 @@ "undef": true, "unused": true, + "globals": { + "timezoneJS": true + }, + "browser": true, "jquery": true }