mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -04:00
Tests: Remove unused variables
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user