Fix label helper

This commit is contained in:
Piotr Sarnacki 2015-01-19 11:37:17 +01:00
parent 3eb07394e7
commit 85e2b660bf

View File

@ -48,7 +48,6 @@ Ember.Handlebars.registerHelper('label', (options) ->
options.hash.for = id
options.hashTypes.for = 'STRING'
options.hashContexts.for = this
options.fn = Ember.Handlebars.compile("{{view.content}}")
Ember.Handlebars.helpers.view.call(this, view, options)
)