shannonmoeller / handlebars-layouts

Handlebars helpers which implement layout blocks similar to Jinja, Nunjucks (Swig), Pug (Jade), and Twig.
http://npm.im/handlebars-layouts
MIT License
361 stars 29 forks source link

Update dist & support objects which do not have Object as prototype #28

Closed joonas-lahtinen closed 8 years ago

joonas-lahtinen commented 8 years ago

Updating dist and then adding support and tests for objects which do not have Object as their prototype (Express.js res.locals to name one)..

shannonmoeller commented 8 years ago

Thanks for the clean PR! Released as v3.1.3.

joonas-lahtinen commented 8 years ago

Thanks for the prompt reply. Glad to help.