Landing pull request 354. Adds QUnit Aliases to testrunner.js. Fixes #8991.
More Details: - https://github.com/jquery/jquery/pull/354 - http://bugs.jquery.com/ticket/8991
This commit is contained in:
parent
c0450f3c2a
commit
ebac797ac2
|
@ -24,3 +24,12 @@ 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;
|
||||
|
||||
})();
|
||||
|
||||
|
|
Loading…
Reference in a new issue