Skip to content

Commit 806e27d

Browse files
committed
Additional meta information (grouping/required).
1 parent 461469e commit 806e27d

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

js/jquery.mobile.core.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
22
//>>description: The base file for jQM
33
//>>label: Core
4+
//>>group: core
5+
//>>required: true
46

57
define( [ "jquery", "jquery.mobile.widget" ], function( $ ) {
68
//>>excludeEnd("jqmBuildExclude");

js/jquery.mobile.event.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
22
//>>description: Custom events and shortcuts.
33
//>>label: Events
4+
//>>group: core
5+
//>>required: true
6+
47
define( [ "jquery", "jquery.mobile.core", "jquery.mobile.media", "jquery.mobile.support", "jquery.mobile.vmouse" ], function( $ ) {
58
//>>excludeEnd("jqmBuildExclude");
69
(function( $, window, undefined ) {

js/jquery.mobile.support.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
22
//>>description: Assorted support tests.
33
//>>label: Support Tests
4+
//>>group: core
5+
//>>required: true
46

57
// For test purposes we can't use anonymous module here otherwise
68
// the tests will throw http://requirejs.org/docs/errors.html#mismatch

0 commit comments

Comments
 (0)