mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-18 19:41:06 +00:00
misplaced semicolon
This commit is contained in:
parent
770ff8edfb
commit
591593dd49
1 changed files with 1 additions and 1 deletions
|
|
@ -595,7 +595,7 @@
|
|||
//check for protocol or rel and its not an embedded page
|
||||
//TODO overlap in logic from isExternal, rel=external check should be
|
||||
// moved into more comprehensive isExternalLink
|
||||
isExternal = path.isExternal( url ) || isRelExternal && !isEmbeddedPage;
|
||||
isExternal = path.isExternal( url ) || isRelExternal && !isEmbeddedPage,
|
||||
|
||||
//if target attr is specified we mimic _blank... for now
|
||||
hasTarget = $this.is( "[target]" );
|
||||
|
|
|
|||
Loading…
Reference in a new issue