plugeth/mist/assets/ext/pre.js

4 lines
69 B
JavaScript
Raw Normal View History

if(typeof(Promise) === "undefined") {
window.Promise = Q.Promise;
}