Skip to content

Commit

Permalink
Content tweaks in JS meta data
Browse files Browse the repository at this point in the history
  • Loading branch information
toddparker committed Apr 10, 2012
1 parent 6f220cd commit f68077a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions js/jquery.mobile.forms.button.js
@@ -1,6 +1,6 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Buttons: Input or button-based
//>>label: Custom-styled native input/buttons
//>>description: Custom-styled native input/buttons
//>>label: Buttons: Input or button-based
//>>group: Forms
//>>css: ../css/themes/default/jquery.mobile.theme.css,../css/structure/jquery.mobile.button.css

Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mobile.links.js
@@ -1,7 +1,7 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Adds classes to links.
//>>label: Link Classes
//>>group: Core
//>>group: Utility


define( [ "jquery" ], function( $ ) {
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mobile.page.js
@@ -1,6 +1,6 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Basic page definition and formatting.
//>>label: Page creation
//>>label: Page Creation
//>>group: Core

define( [ "jquery", "./jquery.mobile.widget" ], function( $ ) {
Expand Down
2 changes: 1 addition & 1 deletion js/jquery.mobile.support.js
@@ -1,7 +1,7 @@
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
//>>description: Assorted support tests.
//>>label: Support Tests
//>>group: core
//>>group: Core
//>>required: true

define( [ "jquery", "./jquery.mobile.media", "./jquery.mobile.core" ], function( $ ) {
Expand Down

0 comments on commit f68077a

Please sign in to comment.