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(legendlee1314@gmail.com)
function Promise() {
this._thens = [];
}
Promise.prototype = {