cloudfour / core-hbs-helpers

Handlebars helpers that we usually need
MIT License
11 stars 2 forks source link

Support variable arguments for defaultTo helper #21

Closed tylersticka closed 8 years ago

tylersticka commented 8 years ago

This PR updates the defaultTo helper to support variable arguments.

It also adds a test for variable arguments and bumps the version in package.json.


@erikjung @mrgerardorodriguez

Closes #20

erikjung commented 8 years ago

👍 Nice simple change.