Skip to content

Commit 94cefc1

Browse files
committed
Tabs: coding standard.
1 parent 5a8c7e8 commit 94cefc1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/unit/tabs/tabs_defaults.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ var tabs_defaults = {
1111
disable: null,
1212
disabled: [],
1313
enable: null,
14-
event: 'click',
14+
event: "click",
1515
fx: null,
16-
idPrefix: 'ui-tabs-',
16+
idPrefix: "ui-tabs-",
1717
load: null,
18-
panelTemplate: '<div></div>',
18+
panelTemplate: "<div></div>",
1919
remove: null,
2020
select: null,
2121
show: null,
22-
spinner: '<em>Loading&#8230;</em>',
23-
tabTemplate: '<li><a href="#{href}"><span>#{label}</span></a></li>'
22+
spinner: "<em>Loading&#8230;</em>",
23+
tabTemplate: "<li><a href='#{href}'><span>#{label}</span></a></li>"
2424
};
2525

2626
// FAIL: falsy values break the cookie option
27-
commonWidgetTests('tabs', { defaults: tabs_defaults });
27+
commonWidgetTests( "tabs", { defaults: tabs_defaults } );

0 commit comments

Comments
 (0)