node-swig / swig-templates

Take a swig of the best template engine for JavaScript.
http://node-swig.github.io/swig-templates/
MIT License
209 stars 29 forks source link

fix(swig): apply consistent context guard (this => self) #50

Closed cdaringe closed 6 years ago

cdaringe commented 6 years ago

problem

The value of this might be modified when called in other situations.

soln

this => self

discussion

All other references to this are guarded with self in all other functions.

RobLoach commented 6 years ago

Thanks!

cdaringe commented 6 years ago

ya sorry it took so long :/