mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-28 18:04:46 +00:00
Added dep on jquery.mobile.core
This commit is contained in:
parent
dd562968d2
commit
cd9d8070ce
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@
|
|||
* core utilities for auto ajax navigation, base tag mgmt,
|
||||
*/
|
||||
|
||||
define( [ "jquery" ], function( $, undefined ) {
|
||||
define( [ "jquery", "jquery.mobile.core" ], function( $, undefined ) {
|
||||
|
||||
//define vars for interal use
|
||||
var $window = $( window ),
|
||||
|
|
|
|||
Loading…
Reference in a new issue