Added DEFAULT_PROXY constant to utils
This commit is contained in:
parent
b6f4ac9b5f
commit
fc2c7ff4be
1 changed files with 2 additions and 1 deletions
|
@ -18,6 +18,7 @@ window.Utils = {
|
||||||
imageElement.addEventListener("error", errorListener);
|
imageElement.addEventListener("error", errorListener);
|
||||||
imageElement.addEventListener("load", loadListener);
|
imageElement.addEventListener("load", loadListener);
|
||||||
return imageElement;
|
return imageElement;
|
||||||
}
|
},
|
||||||
|
DEFAULT_PROXY: Object.freeze({type: "direct"})
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue