lazd / Pinky

A straight-forward Promises/A+ 1.1 implementation
http://lazd.github.io/Pinky/
BSD 2-Clause "Simplified" License
22 stars 6 forks source link

Fix leaking then variable #3

Closed megawac closed 10 years ago

lazd commented 10 years ago

Well that's embarrassing. Looks like this was broken when Promises A+ 1.1 support was implemented.

The var then declaration that was supposed to do this is still hanging around in executeCallback, I'll fix that in a subsequent commit.

lazd commented 10 years ago

Thanks @megawac, published 0.2.1

megawac commented 10 years ago

Cheers

On Sat, Jul 26, 2014 at 3:49 PM, Larry Davis notifications@github.com wrote:

Thanks @megawac https://github.com/megawac, deployed 0.2.1

— Reply to this email directly or view it on GitHub https://github.com/lazd/Pinky/pull/3#issuecomment-50246588.