missing semicolon
This commit is contained in:
parent
2a7c20a043
commit
c718b0b8ef
1 changed files with 1 additions and 1 deletions
|
@ -879,7 +879,7 @@ Ox.URL = function(options) {
|
||||||
callback = arguments[arguments.length - 1];
|
callback = arguments[arguments.length - 1];
|
||||||
parseURL(str, callback);
|
parseURL(str, callback);
|
||||||
return that;
|
return that;
|
||||||
}
|
};
|
||||||
|
|
||||||
/*@
|
/*@
|
||||||
pop <f> Sets the URL to the previous URL
|
pop <f> Sets the URL to the previous URL
|
||||||
|
|
Loading…
Reference in a new issue