mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
removed unnecessary var declaration
This commit is contained in:
parent
9aa1a38a32
commit
61b7b2e002
1 changed files with 5 additions and 5 deletions
|
|
@ -135,13 +135,13 @@
|
|||
isPageTransitioning = false,
|
||||
|
||||
//nonsense hash change key for dialogs, so they create a history entry
|
||||
dialogHashKey = "&ui-state=dialog";
|
||||
dialogHashKey = "&ui-state=dialog",
|
||||
|
||||
//existing base tag?
|
||||
var $base = $head.children("base"),
|
||||
hostURL = location.protocol + '//' + location.host,
|
||||
docLocation = path.get( hostURL + location.pathname ),
|
||||
docBase = docLocation;
|
||||
$base = $head.children("base"),
|
||||
hostURL = location.protocol + '//' + location.host,
|
||||
docLocation = path.get( hostURL + location.pathname ),
|
||||
docBase = docLocation;
|
||||
|
||||
if ($base.length){
|
||||
var href = $base.attr("href");
|
||||
|
|
|
|||
Loading…
Reference in a new issue