Rewrite event listener to make spying possible.
Arrow notation makes `bind(this)` statement obsolete, so it can be replaced with an anonymous function calling `_reflow()`, which allows using a `sinon.spy` during the unit tests.
Loading
Please sign in to comment