1.3.1 contains a bug in Firefox: Scrolling is too fast.

Change:

this.addEventListener('MozMousePixelScroll', _onWheel, false );

to:

this.addEventListener('MozMousePixelScroll', null, false );