mirror of
https://gitlab.com/pulsechaincom/go-pulse.git
synced 2025-01-07 19:21:19 +00:00
4 lines
69 B
JavaScript
4 lines
69 B
JavaScript
if(typeof(Promise) === "undefined") {
|
|
window.Promise = Q.Promise;
|
|
}
|