mirror of
https://github.com/jquery/jquery-ui.git
synced 2026-04-20 03:02:41 -04:00
Tabs: coding standard.
This commit is contained in:
@@ -11,17 +11,17 @@ var tabs_defaults = {
|
||||
disable: null,
|
||||
disabled: [],
|
||||
enable: null,
|
||||
event: 'click',
|
||||
event: "click",
|
||||
fx: null,
|
||||
idPrefix: 'ui-tabs-',
|
||||
idPrefix: "ui-tabs-",
|
||||
load: null,
|
||||
panelTemplate: '<div></div>',
|
||||
panelTemplate: "<div></div>",
|
||||
remove: null,
|
||||
select: null,
|
||||
show: null,
|
||||
spinner: '<em>Loading…</em>',
|
||||
tabTemplate: '<li><a href="#{href}"><span>#{label}</span></a></li>'
|
||||
spinner: "<em>Loading…</em>",
|
||||
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 } );
|
||||
|
||||
Reference in New Issue
Block a user