mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-25 18:30:23 +00:00
set default for fixedAs option to "footer"
This commit is contained in:
parent
cfe571e94f
commit
04af5885fe
1 changed files with 1 additions and 1 deletions
|
|
@ -8,7 +8,7 @@
|
|||
$.fn.globalnav = function(settings){
|
||||
return $(this).each(function(){ //there should only ever be one of these... is each necessary?
|
||||
var o = $.extend({
|
||||
fixedAs: 'header'
|
||||
fixedAs: 'footer'
|
||||
},settings);
|
||||
|
||||
//wrap it with footer classes
|
||||
|
|
|
|||
Loading…
Reference in a new issue