mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-15 18:13:09 +00:00
null rather than undefined. woops
This commit is contained in:
parent
583f14c518
commit
25327445e0
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@
|
|||
metaViewportContent: "width=device-width, minimum-scale=1, maximum-scale=1",
|
||||
|
||||
//additional markup to prepend to head
|
||||
headExtras: undefined,
|
||||
headExtras: null,
|
||||
|
||||
//support conditions that must be met in order to proceed
|
||||
gradeA: function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue