mirror of
https://github.com/jquery/jquery-ui.git
synced 2025-01-07 20:34:24 +00:00
Tabs: fixed test in IE...
This commit is contained in:
parent
bc967db6b2
commit
844d0c1833
@ -267,7 +267,7 @@ module('tabs: Tickets');
|
||||
|
||||
el = $('#tabs2').tabs();
|
||||
|
||||
equals( $('a:eq(2)', el).data('load.tabs'), 'test.html', 'should ignore fragment identifier' );
|
||||
ok(/test.html$/.test( $('a:eq(2)', el).data('load.tabs') ), 'should ignore fragment identifier');
|
||||
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user