Seems like the addon is relying on underscore being present, but it's not explicitly imported by index.js - would it make sense to not use _ for this one method in the addon code so as to not add another dependency?
https://github.com/shaunc/ember-grid/blob/master/addon/components/eg-column/component.js#L40
Seems like the addon is relying on underscore being present, but it's not explicitly imported by index.js - would it make sense to not use
_for this one method in the addon code so as to not add another dependency?https://github.com/shaunc/ember-grid/blob/master/addon/components/eg-column/component.js#L40