ariatemplates / hashspace

JavaScript client-side template engine
http://hashspace.ariatemplates.com
Apache License 2.0
14 stars 18 forks source link

Wrong scope when calling simple functions (binary function operator) #317

Closed divdavem closed 9 years ago

divdavem commented 10 years ago

This PR fixes the scope when calling functions from expressions, to match the normal javascript behavior.

marclaval commented 10 years ago

LGTM

benouat commented 10 years ago

Fine for me too !!