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