Massive overhauls to the test suite - it is now generated dynamically, along with the documentation.
This commit is contained in:
parent
61aab47bcf
commit
7448c61ee2
10 changed files with 467 additions and 132 deletions
|
@ -1657,9 +1657,9 @@ new function(){
|
|||
jQuery.ready();
|
||||
}
|
||||
}, 10);
|
||||
} else {
|
||||
// A fallback to window.onload, that will always work
|
||||
jQuery.event.add( window, "load", jQuery.ready );
|
||||
}
|
||||
}
|
||||
|
||||
// A fallback to window.onload, that will always work
|
||||
jQuery.event.add( window, "load", jQuery.ready );
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue