forked from 0x2620/oxjs
update map marker image style
This commit is contained in:
parent
63b61f520b
commit
b6a8ed28b4
2 changed files with 10 additions and 11 deletions
|
|
@ -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] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue