jamesplease / gistbook

[No longer hosted] A place to write about technical subjects on the web.
MIT License
88 stars 16 forks source link

Update this line #368

Closed jamesplease closed 9 years ago

jamesplease commented 9 years ago

this line

hbs.registerHelper('scopeMap', (scopeName) => {

should be

hbs.registerHelper('scopeMap', scopeName => {

jamesplease commented 9 years ago

Resolved; to be released as v0.1.21