twitter / hogan.js

A compiler for the Mustache templating language
http://twitter.github.io/hogan.js
Apache License 2.0
5.14k stars 431 forks source link

Don't overwrite global `key` variable #201

Closed kornelski closed 7 years ago

kornelski commented 10 years ago

Added missing var declaration needed for for (key in partial.subs)

kornelski commented 9 years ago

Bump

rafaell-lycan commented 8 years ago

up