Closed caillou closed 8 years ago
Thanks for the input! We are currently preparing an ES2015 version and will push it in the next days, so this will most probably be superseded by a "real" Class approach. I will keep you posted.
@backflip ok. Just to be sure: this is some legacy code, right? Or is there a reason for the _helper()
? I plan to do a refactoring on our codebase ;)
There might have been a reason at one point. Though I can't really think of one right now.
@backflip could you either merge or close the PR?
It seems like the
_helper
method has no reason to be. Instead we can just callSuperClass.apply(this, {})
.