Fixed test for load(url)

This commit is contained in:
Jörn Zaefferer 2006-10-08 14:34:13 +00:00
parent 0121530083
commit fac6a87dcf

View file

@ -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