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,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);
} }
} }