From 62d5a108736578e120e71c56bfe38307849d90a2 Mon Sep 17 00:00:00 2001 From: Nick Schonning Date: Tue, 11 Mar 2014 02:40:27 -0400 Subject: [PATCH] JSHint test helpers Remove unreferenced globals --- .jshintignore | 1 - test/javascripts/test_helper.js | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.jshintignore b/.jshintignore index 39fa6675063..9336d11d8bd 100644 --- a/.jshintignore +++ b/.jshintignore @@ -8,5 +8,4 @@ lib/javascripts/moment.js lib/javascripts/moment_locale/ public/javascripts/ spec/phantom_js/smoke_test.js -test/javascripts/test_helper.js vendor/ diff --git a/test/javascripts/test_helper.js b/test/javascripts/test_helper.js index abcbdf5663c..4ae827db992 100644 --- a/test/javascripts/test_helper.js +++ b/test/javascripts/test_helper.js @@ -1,5 +1,5 @@ /*jshint maxlen:250 */ -/*global count:true find:true document:true equal:true sinon:true */ +/*global document, sinon, console, QUnit */ //= require env