aboutsummaryrefslogtreecommitdiffstats
path: root/test/data
diff options
context:
space:
mode:
authorOleg Gaidarenko <markelog@gmail.com>2014-02-27 03:33:15 +0400
committerOleg Gaidarenko <markelog@gmail.com>2014-04-15 17:46:26 +0400
commit4d5596e3e412aa19528db12905bf8c09f3bde0ed (patch)
tree32385c2b63cb5bdb18f82f792b7b0b30e552178c /test/data
parent0837e41509dd58cbb3c6dd82567900f9ec829e6b (diff)
downloadjquery-4d5596e3e412aa19528db12905bf8c09f3bde0ed.tar.gz
jquery-4d5596e3e412aa19528db12905bf8c09f3bde0ed.zip
Tests: Remove unused variables
Diffstat (limited to 'test/data')
-rw-r--r--test/data/testrunner.js10
1 files changed, 3 insertions, 7 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index b97f3453b..e5ee2f980 100644
--- a/test/data/testrunner.js
+++ b/test/data/testrunner.js
@@ -1,17 +1,13 @@
define(function() {
-// Allow subprojects to test against their own fixtures
-var qunitModule = QUnit.module,
- qunitTest = QUnit.test,
- // Store the old counts so that we only assert on tests that have actually leaked,
- // instead of asserting every time a test has leaked sometime in the past
+// Store the old counts so that we only assert on tests that have actually leaked,
+// instead of asserting every time a test has leaked sometime in the past
+var reset,
oldCacheLength = 0,
oldActive = 0,
expectedDataKeys = {},
-
splice = [].splice,
- reset,
ajaxSettings = jQuery.ajaxSettings;
/**