diff --git a/js/jquery.mobile.fixHeaderFooter.native.js b/js/jquery.mobile.fixHeaderFooter.native.js index 50889c91..44d91af9 100644 --- a/js/jquery.mobile.fixHeaderFooter.native.js +++ b/js/jquery.mobile.fixHeaderFooter.native.js @@ -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;