Added DEFAULT_PROXY constant to utils

This commit is contained in:
Samuel Crypto
2018-10-28 15:50:09 -04:00
parent b6f4ac9b5f
commit fc2c7ff4be
+2 -1
View File
@@ -18,6 +18,7 @@ window.Utils = {
imageElement.addEventListener("error", errorListener);
imageElement.addEventListener("load", loadListener);
return imageElement;
}
},
DEFAULT_PROXY: Object.freeze({type: "direct"})
};