Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 95ead96

Browse files
committed
Tabs: Update Description
1 parent d7dc563 commit 95ead96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/widgets/tabs.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
2-
//>>description:
2+
//>>description: jQuery UI Tabs widget now for mobile!
33
//>>label: Tabs
44
//>>group: Widgets
55
//>>css.theme: ../css/themes/default/jquery.mobile.theme.css
@@ -13,7 +13,7 @@ define( [ "jquery", "../jquery.mobile.widget", "../jquery.mobile.core","../jquer
1313
$.mobile.tabs.initSelector = ":jqmData(role='tabs'), :jqmData(content='tabs')";
1414

1515
$.mobile._enhancer.add( "mobile.tabs" );
16-
16+
1717
})( jQuery );
1818
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
1919
});

0 commit comments

Comments
 (0)