Added dep on jquery.mobile.core

This commit is contained in:
Ghislain Seguin 2011-12-01 17:17:16 -08:00
parent dd562968d2
commit cd9d8070ce

View file

@ -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 ),