This commit is contained in:
rolux 2013-02-20 10:25:33 +05:30
parent 61cb8b8dcc
commit aef603bf66

View file

@ -863,7 +863,7 @@ Ox.URL = function(options) {
} }
getHash(); getHash();
} }
function getHash(callback) { function getHash() {
if (self.options.getHash) { if (self.options.getHash) {
state = self.options.getHash(state); state = self.options.getHash(state);
} }