File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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…</em>' ,
23- tabTemplate : ' <li><a href=" #{href}" ><span>#{label}</span></a></li>'
22+ spinner : " <em>Loading…</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 } ) ;
You can’t perform that action at this time.
0 commit comments