Skip to content

Commit

Permalink
Fixed test for load(url)
Browse files Browse the repository at this point in the history
  • Loading branch information
jzaefferer committed Oct 8, 2006
1 parent 0121530 commit fac6a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ajax/ajax.js
Expand Up @@ -44,7 +44,7 @@ jQuery.fn.extend({
* setTimeout(function() {
* ok( $('#first').text() == 'ERROR', 'Check if load works without callback');
* start();
* }, 100);
* }, 500);
*
* @name load
* @type jQuery
Expand Down

0 comments on commit fac6a87

Please sign in to comment.