fix a bug in Ox.URL

This commit is contained in:
rlx 2013-03-04 11:57:20 +00:00
parent 4f9192f140
commit fcd3089329

View file

@ -908,10 +908,11 @@ Ox.URL = function(options) {
// may have modified state.hash
callback(state);
});
}
} else {
callback(state);
}
}
}
function parseValue(str, key) {
var findKey = Ox.getObjectById(self.options.findKeys, key),