Skip to content

Instantly share code, notes, and snippets.

View kygx-legend's full-sized avatar
🏀
Go go go

JIANG Guanxian kygx-legend

🏀
Go go go
View GitHub Profile
// (c) copyright unscriptable.com / John Hann | LegendLee
// License MIT
// For more robust promises, see https://github.com/briancavalier/when.js.
// last edited by LegendLee([email protected])
function Promise() {
this._thens = [];
}
Promise.prototype = {