Navigation Menu

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

Commit

Permalink
[jquery.mobile.js] Fixing references for build
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriel Schulhof committed Nov 1, 2012
1 parent 175811f commit 69f27da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions js/jquery.mobile.js
Expand Up @@ -26,7 +26,7 @@ define([
'./widgets/forms/select.custom',
'./widgets/forms/select',
'./jquery.mobile.buttonMarkup',
'./jquery.mobile.controlGroup',
'./widgets/controlgroup',
'./jquery.mobile.links',
'./widgets/fixedToolbar',
'./widgets/popup',
Expand All @@ -35,4 +35,4 @@ define([
], function( require ) {
require( [ './jquery.mobile.init' ], function() {} );
});
//>>excludeEnd("jqmBuildExclude");
//>>excludeEnd("jqmBuildExclude");
2 changes: 1 addition & 1 deletion js/widgets/controlgroup.js
Expand Up @@ -7,7 +7,7 @@

define( [ "jquery",
"../jquery.mobile.buttonMarkup",
"forms/button",
"./forms/button",
"../jquery.mobile.widget" ], function( $ ) {
//>>excludeEnd("jqmBuildExclude");
(function( $, undefined ) {
Expand Down

0 comments on commit 69f27da

Please sign in to comment.