aboutsummaryrefslogtreecommitdiffstats
path: root/test/data/testrunner.js
diff options
context:
space:
mode:
authortimmywil <tim.willison@thisismedium.com>2011-05-02 17:53:55 -0400
committertimmywil <tim.willison@thisismedium.com>2011-05-02 17:53:55 -0400
commitea24cd106b86dae2411e5b87c367f6ff5163aee8 (patch)
tree194158cd02520977f848c3168be6291d89e3291d /test/data/testrunner.js
parent3dbd7b54de95aef238277dc52fe9112ff896f66c (diff)
downloadjquery-ea24cd106b86dae2411e5b87c367f6ff5163aee8.tar.gz
jquery-ea24cd106b86dae2411e5b87c367f6ff5163aee8.zip
Avoid changing html in two places; add minified jQuery as an option to the main test page
Diffstat (limited to 'test/data/testrunner.js')
-rw-r--r--test/data/testrunner.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/test/data/testrunner.js b/test/data/testrunner.js
index 1da67651e..6d44b460c 100644
--- a/test/data/testrunner.js
+++ b/test/data/testrunner.js
@@ -28,9 +28,6 @@ jQuery.noConflict(); // Allow the test to run with other libs or jQuery's.
// QUnit Aliases
(function() {
-
window.equals = window.equal;
window.same = window.deepEqual;
-
})();
-