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,8 +908,9 @@ Ox.URL = function(options) {
|
||||||
// may have modified state.hash
|
// may have modified state.hash
|
||||||
callback(state);
|
callback(state);
|
||||||
});
|
});
|
||||||
|
} else {
|
||||||
|
callback(state);
|
||||||
}
|
}
|
||||||
callback(state);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue