Added dep on jquery.mobile.core

This commit is contained in:
Ghislain Seguin 2011-12-01 17:17:22 -08:00
parent cd9d8070ce
commit 6f77ee64a0

View file

@ -2,7 +2,7 @@
* "fixHeaderFooter" native plugin - Behavior for "fixed" headers,footers, and scrolling inner content
*/
define( [ "jquery" ], function( $, undefined ) {
define( [ "jquery", "jquery.mobile.core" ], function( $, undefined ) {
// Enable touch overflow scrolling when it's natively supported
$.mobile.touchOverflowEnabled = false;