Allen Wirfs-Brock (2014-02-08T19:17:53.000Z)
err, missing word
On Feb 8, 2014, at 11:07 AM, Allen Wirfs-Brock wrote:

> ...
> 
> The magic is in the Promise[Symbol.create] method which is inherited by MyPromise and invoked during (new MyPromise).  Playing around with the instance side prototype chain >>isn't<< enough. 
> 
> Allen
> 
> _______________________________________________
> es-discuss mailing list
> es-discuss at mozilla.org
> https://mail.mozilla.org/listinfo/es-discuss
domenic at domenicdenicola.com (2014-02-17T21:18:56.777Z)
err, missing word

> The magic is in the `Promise[Symbol.create]` method which is inherited by `MyPromise` and invoked during `(new MyPromise)`.  Playing around with the instance side prototype chain >>isn't<< enough. 
domenic at domenicdenicola.com (2014-02-17T21:18:40.248Z)
err, missing word

> The magic is in the Promise[Symbol.create] method which is inherited by MyPromise and invoked during (new MyPromise).  Playing around with the instance side prototype chain >>isn't<< enough.