Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
null rather than undefined. woops
Browse files Browse the repository at this point in the history
  • Loading branch information
scottjehl committed Nov 11, 2010
1 parent 583f14c commit 2532744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.js
Original file line number Diff line number Diff line change
Expand Up @@ -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(){
Expand Down

0 comments on commit 2532744

Please sign in to comment.