mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
tabs: comment about failing options-defaults-test
This commit is contained in:
parent
d554658492
commit
ba1f184deb
@ -23,4 +23,5 @@ var tabs_defaults = {
|
|||||||
tabTemplate: '<li><a href="#{href}"><span>#{label}</span></a></li>'
|
tabTemplate: '<li><a href="#{href}"><span>#{label}</span></a></li>'
|
||||||
};
|
};
|
||||||
|
|
||||||
|
// FAIL: falsy values break the cookie option
|
||||||
commonWidgetTests('tabs', { defaults: tabs_defaults });
|
commonWidgetTests('tabs', { defaults: tabs_defaults });
|
||||||
|
Loading…
Reference in New Issue
Block a user