Fixed test for load(url)
This commit is contained in:
parent
0121530083
commit
fac6a87dcf
|
@ -44,7 +44,7 @@ jQuery.fn.extend({
|
||||||
* setTimeout(function() {
|
* setTimeout(function() {
|
||||||
* ok( $('#first').text() == 'ERROR', 'Check if load works without callback');
|
* ok( $('#first').text() == 'ERROR', 'Check if load works without callback');
|
||||||
* start();
|
* start();
|
||||||
* }, 100);
|
* }, 500);
|
||||||
*
|
*
|
||||||
* @name load
|
* @name load
|
||||||
* @type jQuery
|
* @type jQuery
|
||||||
|
|
Loading…
Reference in a new issue