emberjs / list-view

An incremental rendering list view for Ember.js
MIT License
465 stars 116 forks source link

Add missing cross-version helper registration #215

Closed sly7-7 closed 9 years ago

sly7-7 commented 9 years ago

I take the code from https://github.com/stefanpenner/ember-inflector/pull/71, but removing the call to makeBoundHelper

cc/ @stefanpenner

stefanpenner commented 9 years ago

:+1:

yes, I forgot that block helpers can't be bound.