fix a bug in Ox.URL
This commit is contained in:
parent
4f9192f140
commit
fcd3089329
1 changed files with 2 additions and 1 deletions
|
@ -908,10 +908,11 @@ Ox.URL = function(options) {
|
||||||
// may have modified state.hash
|
// may have modified state.hash
|
||||||
callback(state);
|
callback(state);
|
||||||
});
|
});
|
||||||
}
|
} else {
|
||||||
callback(state);
|
callback(state);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
function parseValue(str, key) {
|
function parseValue(str, key) {
|
||||||
var findKey = Ox.getObjectById(self.options.findKeys, key),
|
var findKey = Ox.getObjectById(self.options.findKeys, key),
|
||||||
|
|
Loading…
Reference in a new issue