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

Commit

Permalink
Core: properly extend mobile object
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed May 9, 2013
1 parent c57dfa3 commit fd2be73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/jquery.mobile.core.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ define( [ "jquery", "./jquery.mobile.ns", "json!../package.json" ], function( jQ
jqmDataRE = /:jqmData\(([^)]*)\)/g;

// jQuery.mobile configurable options
$.mobile = $.extend($.mobile, {
$.extend($.mobile, {

// Version of the jQuery Mobile Framework
version: __version__,
Expand Down Expand Up @@ -254,7 +254,7 @@ define( [ "jquery", "./jquery.mobile.ns", "json!../package.json" ], function( jQ
// jQuery version is here as a normalized fallback for platforms like Symbian
return window.innerHeight || $.mobile.window.height();
}
}, $.mobile );
});

// Mobile version of data and removeData and hasData methods
// ensures all data is set and retrieved using jQuery Mobile's data namespace
Expand Down

0 comments on commit fd2be73

Please sign in to comment.