Just add parentheses around the function so you can .bind correctly:
window.addEventListener('load', ((e) -> this._filter(true) ).bind(this))
This will use the native bind method instead of the usual var _this = this trick, which uses CoffeeScript => .
mu is too short
source share