mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-03-06 11:25:02 +00:00
3 lines
69 B
JavaScript
3 lines
69 B
JavaScript
if(typeof(Promise) === "undefined") {
|
|
window.Promise = Q.Promise;
|
|
}
|