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];
|
||||
parseURL(str, callback);
|
||||
return that;
|
||||
}
|
||||
};
|
||||
|
||||
/*@
|
||||
pop <f> Sets the URL to the previous URL
|
||||
|
|
Loading…
Reference in a new issue