Skip to content

Commit 096e90b

Browse files
committed
Update to relative AMD dependencies, allows proper use of source in an AMD project.
1 parent 40c400d commit 096e90b

38 files changed

+91
-94
lines changed

js/jquery.mobile.buttonMarkup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: For making button-like links.
33
//>>label: Buttons
44

5-
define( [ "jquery", "jquery.mobile.core", "jquery.mobile.vmouse" ], function( $ ) {
5+
define( [ "jquery", "./jquery.mobile.core", "./jquery.mobile.vmouse" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
( function( $, undefined ) {
88

js/jquery.mobile.collapsible.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//>>excludeStart("jqmBuildExclude", pragmas.jqmBuildExclude);
22
//>>description: Creates collapsible content areas.
33
//>>label: Collapsibles
4-
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $ ) {
4+
define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.buttonMarkup" ], function( $ ) {
55
//>>excludeEnd("jqmBuildExclude");
66
(function( $, undefined ) {
77

js/jquery.mobile.collapsibleSet.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: For creating grouped collapsible content areas.
33
//>>label: Collapsible Sets
44

5-
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.collapsible" ], function( $ ) {
5+
define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.collapsible" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
(function( $, undefined ) {
88

js/jquery.mobile.controlGroup.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: Corner-rounding for groups of buttons, checks, radios, etc
33
//>>label: Controlgroups
44

5-
define( [ "jquery", "jquery.mobile.buttonMarkup" ], function( $ ) {
5+
define( [ "jquery", "./jquery.mobile.buttonMarkup" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
(function( $, undefined ) {
88

js/jquery.mobile.core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//>>group: core
55
//>>required: true
66

7-
define( [ "jquery", "jquery.mobile.widget" ], function( $ ) {
7+
define( [ "jquery", "./jquery.mobile.widget" ], function( $ ) {
88
//>>excludeEnd("jqmBuildExclude");
99
(function( $, window, undefined ) {
1010

js/jquery.mobile.degradeInputs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: Degrades inputs to another type after custom enhancements are made.
33
//>>label: Degrade Inputs
44

5-
define( [ "jquery", "jquery.mobile.page" ], function( $ ) {
5+
define( [ "jquery", "./jquery.mobile.page" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
(function( $, undefined ) {
88

js/jquery.mobile.dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: Degrades inputs to another type after custom enhancements are made.
33
//>>label: Dialog-style Pages
44

5-
define( [ "jquery", "jquery.mobile.widget" ], function( $ ) {
5+
define( [ "jquery", "./jquery.mobile.widget" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
(function( $, window, undefined ) {
88

js/jquery.mobile.event.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
//>>group: core
55
//>>required: true
66

7-
define( [ "jquery", "jquery.mobile.core", "jquery.mobile.media", "jquery.mobile.support", "jquery.mobile.vmouse" ], function( $ ) {
7+
define( [ "jquery", "./jquery.mobile.core", "./jquery.mobile.media", "./jquery.mobile.support", "./jquery.mobile.vmouse" ], function( $ ) {
88
//>>excludeEnd("jqmBuildExclude");
99
(function( $, window, undefined ) {
1010

js/jquery.mobile.fixedToolbar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: Behavior for "fixed" headers and footers
33
//>>label: Fixedtoolbar
44

5-
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.core", "jquery.mobile.navigation", "jquery.mobile.page", "jquery.mobile.page.sections", "jquery.mobile.zoom" ], function( $ ) {
5+
define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.core", "./jquery.mobile.navigation", "./jquery.mobile.page", "./jquery.mobile.page.sections", "./jquery.mobile.zoom" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
(function( $, undefined ) {
88

js/jquery.mobile.forms.button.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
//>>description: Form Buttons
33
//>>label: links that proxy to native input/buttons
44

5-
define( [ "jquery", "jquery.mobile.widget", "jquery.mobile.buttonMarkup" ], function( $ ) {
5+
define( [ "jquery", "./jquery.mobile.widget", "./jquery.mobile.buttonMarkup" ], function( $ ) {
66
//>>excludeEnd("jqmBuildExclude");
77
(function( $, undefined ) {
88

0 commit comments

Comments
 (0)