dfilatov / vow

ES6-compatible and Promises/A+ implementation for Node.js and browsers
MIT License
344 stars 45 forks source link

Pass `window` or `global` instead of `this` #96

Closed forshtreter closed 8 years ago

forshtreter commented 8 years ago

A fix for correct work in closures, when this doesn't actually refer to a global object (for example, in a browserify bundle)

dfilatov commented 8 years ago

Thanks!