bigeasy / stencil

Asynchronous HTML5 templates for Node.js and the browser.
MIT License
9 stars 2 forks source link

Remove parameter fix up in `generate` and `regenerate`. #117

Closed bigeasy closed 11 years ago

bigeasy commented 11 years ago

Why bother? The Stencil engine is only ever going to be called by a wrapper that makes it easier on application developers, it will be invoked once by each application, or in one place, not here there and everywhere. This will save us some bytes and tests.