Searched refs:_afterScrollCallback (Results 1 – 3 of 3) sorted by relevance
| /plugin/edittable/lib/ |
| D | handsontable.full.js | 39650 this._afterScrollCallback = null; 40254 this._afterScrollCallback = function () {}; method 40255 this.hot.addHook('afterScrollVertically', this._afterScrollCallback); 40256 this.hot.addHook('afterScrollHorizontally', this._afterScrollCallback); 40266 if (this._afterScrollCallback) { 40267 this.hot.removeHook('afterScrollVertically', this._afterScrollCallback); 40268 this.hot.removeHook('afterScrollHorizontally', this._afterScrollCallback); 40269 this._afterScrollCallback = null;
|
| /plugin/zwidoku/files/ |
| H A D | js.js | 1 …_afterScrollCallback=null;this.registerEvents();}_createClass(Menu,[{key:'registerEvents',value:fu…
|
| /plugin/jsontable/script/ |
| D | handsontable.full.min.js | 35 …_afterScrollCallback=null,this.registerEvents()}return function(e,t,n){t&&y(e.prototype,t),n&&y(e,…
|