mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
Fixed a bad typo caught by @johnbender and @gseguin.
- Replaced an un-intentional semi-colon with a comma.
This commit is contained in:
parent
923b047e75
commit
bee8549a18
1 changed files with 1 additions and 1 deletions
|
|
@ -396,7 +396,7 @@
|
|||
|
||||
// The absolute version of the URL passed into the function. This
|
||||
// version of the URL may contain dialog/subpage params in it.
|
||||
absUrl = url; // XXX_jblas: path.makeAbsolute( url ),
|
||||
absUrl = url, // XXX_jblas: path.makeAbsolute( url ),
|
||||
|
||||
// The absolute version of the URL minus any dialog/subpage params.
|
||||
// In otherwords the real URL of the page to be loaded.
|
||||
|
|
|
|||
Loading…
Reference in a new issue