mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Tooltip tests: Fixed typo
This commit is contained in:
parent
e162fddd95
commit
e1fd8ea6b3
@ -40,7 +40,7 @@
|
||||
$( "#async" ).tooltip({
|
||||
content: function( response ) {
|
||||
setTimeout(function() {
|
||||
response( "I loaded <strong>asyncrhonously</strong>!" );
|
||||
response( "I loaded <strong>asynchronously</strong>!" );
|
||||
}, 1000 );
|
||||
return "Loading...";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user