Added DEFAULT_PROXY constant to utils
This commit is contained in:
+2
-1
@@ -18,6 +18,7 @@ window.Utils = {
|
||||
imageElement.addEventListener("error", errorListener);
|
||||
imageElement.addEventListener("load", loadListener);
|
||||
return imageElement;
|
||||
}
|
||||
},
|
||||
DEFAULT_PROXY: Object.freeze({type: "direct"})
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user