Fixed a bad typo caught by @johnbender and @gseguin.

- Replaced an un-intentional semi-colon with a comma.
This commit is contained in:
Kin Blas 2011-05-25 15:13:44 -07:00
parent 923b047e75
commit bee8549a18

View file

@ -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.