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

Commit

Permalink
lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbender committed Oct 15, 2012
1 parent 70f0c95 commit 7f27938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.mobile.init.js
Expand Up @@ -47,7 +47,7 @@ define( [ "jquery", "./jquery.mobile.core", "./jquery.mobile.support", "./jquery
var path = $.mobile.path,
$pages = $( ":jqmData(role='page'), :jqmData(role='dialog')" ),
hash = path.stripHash( path.stripQueryParams(path.parseLocation().hash) ),
hashPage = document.getElementById( hash );
hashPage = document.getElementById( hash );

// if no pages are found, create one with body's inner html
if ( !$pages.length ) {
Expand Down

0 comments on commit 7f27938

Please sign in to comment.