mirror of
https://github.com/status-im/op-geth.git
synced 2025-02-03 02:13:50 +00:00
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
if(typeof(Promise) === "undefined") {
|
|
window.Promise = Q.Promise;
|
|
}
|