maxparm / node-underscorify

Underscore template pre-compiler for browserify
MIT License
31 stars 12 forks source link

Declare imported modules with var. #13

Closed matinm closed 9 years ago

matinm commented 9 years ago

Currently, any imported modules in underscore templates will clobber their global counterparts. Declaring imported modules with var fixes this behavior.

maxparm commented 9 years ago

Thanks!