1
0
Fork 0
forked from 0x2620/oxjs

update map marker image style

This commit is contained in:
rlx 2011-10-31 17:00:26 +00:00
commit b6a8ed28b4
2 changed files with 10 additions and 11 deletions

View file

@ -193,11 +193,7 @@ Ox.Request = function(options) {
};
}
}
if (
data.status.code == 200
|| data.status.code == 404
|| data.status.code == 409
) {
if (data.status.code == 200 || data.status.code == 404 || data.status.code == 409) {
// we have to include not found and conflict
// so that handlers can handle these cases
cache[req] = {