idmillington / undum

A client-side framework for narrative hypertext interactive fiction.
https://idmillington.github.com/undum
MIT License
336 stars 80 forks source link

Fix bad reference to `this` inside closure #44

Closed eykd closed 9 years ago

eykd commented 9 years ago

I was receiving an error when using sticky links, and tracked it to this bad usage of this inside a closure. Saving a reference to this outside the closure and using that variable fixes the issue. Thanks, Javascript.