Closed xzjcool closed 8 years ago
mouseWheel: true, tap:true });
IScroll.prototype = { version: '5.1.2',
_init: function () { this._initEvents(); if ( this.options.scrollbars || this.options.indicators ) { this._initIndicators(); } if ( this.options.mouseWheel ) { this._initWheel(); } if ( this.options.snap ) { this._initSnap(); } if ( this.options.keyBindings ) { this._initKeys(); }
version: '5.2.0',
_init: function () { this._initEvents();
// INSERT POINT: _init
}
Any other changes for init?
Code: this.yearScroll = new iScroll('#date-year', {
V5.1.2:
IScroll.prototype = { version: '5.1.2',
V5.2.0:
version: '5.2.0',
// INSERT POINT: _init
Any other changes for init?