mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-17 11:01:06 +00:00
Reviewing the code realised that this var was implicitly declared as global.
This commit is contained in:
parent
8ea018147c
commit
9aa1a38a32
1 changed files with 1 additions and 1 deletions
|
|
@ -171,7 +171,7 @@
|
|||
}
|
||||
|
||||
//base element management, defined depending on dynamic base tag support
|
||||
base = $.support.dynamicBaseTag ? {
|
||||
var base = $.support.dynamicBaseTag ? {
|
||||
|
||||
//define base element, for use in routing asset urls that are referenced in Ajax-requested markup
|
||||
element: ($base.length ? $base : $("<base>", { href: docBase }).prependTo( $head )),
|
||||
|
|
|
|||
Loading…
Reference in a new issue