mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Added dep on jquery.mobile.core
This commit is contained in:
parent
cd9d8070ce
commit
6f77ee64a0
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue