Added pseudo-fix for #164; fixed some tests that failed in IE
This commit is contained in:
parent
d91ee794ba
commit
98e8ea3186
2 changed files with 7 additions and 11 deletions
|
@ -47,8 +47,8 @@ jQuery.fn.extend({
|
|||
* });
|
||||
*
|
||||
* @test stop();
|
||||
* foobar = undefined;
|
||||
* foo = undefined;
|
||||
* window.foobar = undefined;
|
||||
* window.foo = undefined;
|
||||
* var verifyEvaluation = function() {
|
||||
* ok( foobar == "bar", 'Check if script src was evaluated after load' );
|
||||
* start();
|
||||
|
@ -657,8 +657,8 @@ jQuery.extend({
|
|||
* });
|
||||
*
|
||||
* @test stop();
|
||||
* foobar = undefined;
|
||||
* foo = undefined;
|
||||
* window.foobar = undefined;
|
||||
* window.foo = undefined;
|
||||
* var verifyEvaluation = function() {
|
||||
* ok( foobar == "bar", 'Check if script src was evaluated for datatype html' );
|
||||
* start();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue