aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testrunner.js
diff options
context:
space:
mode:
authorMike Sherov <mike.sherov@gmail.com>2011-11-06 15:27:42 -0500
committerDave Methvin <dave.methvin@gmail.com>2011-11-06 15:27:42 -0500
commitf35ba5e699c15a1987baa389dbd4fc99f7a7eb03 (patch)
treea5716daad3f92f55af14f7c6573ff4ee8ba88a3b /test/data/testrunner.js
parent83c72eaa9cea9fec3b38535378334b27ff6bcfb2 (diff)
downloadjquery-f35ba5e699c15a1987baa389dbd4fc99f7a7eb03.tar.gz
jquery-f35ba5e699c15a1987baa389dbd4fc99f7a7eb03.zip
Fix #10691. Remove all instances of equals() and same(), as these are deprecated in QUnit.
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;
-})();