aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testrunner.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/data/testrunner.js')
-rw-r--r--test/data/testrunner.js6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index abe85f087..bdfbcac9a 100644
--- a/test/data/testrunner.js
+++ b/test/data/testrunner.js
@@ -25,9 +25,3 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
document.write("<scr" + "ipt src='http://swarm.jquery.org/js/inject.js?" + (new Date).getTime() + "'></scr" + "ipt>");
})();
-
-// QUnit Aliases
-(function() {
- window.equals = window.equal;
- window.same = window.deepEqual;
-})();