diff options
Diffstat (limited to 'tests/unit/tooltip/options.js')
-rw-r--r-- | tests/unit/tooltip/options.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/tooltip/options.js b/tests/unit/tooltip/options.js index f2fbe982a..c620b7fc0 100644 --- a/tests/unit/tooltip/options.js +++ b/tests/unit/tooltip/options.js @@ -87,7 +87,7 @@ QUnit.test( "content: sync + async callback", function( assert ) { } ).tooltip( "open" ); } ); -// http://bugs.jqueryui.com/ticket/8740 +// https://bugs.jqueryui.com/ticket/8740 QUnit.test( "content: async callback loses focus before load", function( assert ) { var ready = assert.async(); assert.expect( 1 ); |