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

Extraneous semicolon on inverted sections #236

Open werkt opened 8 years ago

werkt commented 8 years ago

The compiler generates a semicolon on block termination for inverted sections. jshint generates an error when the resulting source is processed. PR #235 supplied to correct this.