kop\y2sp\ScrollPager::registerAssets PHP Method

registerAssets() protected method

You can override this method in case if you want to use your own JQuery Infinite Ajax Scroll plugin files (for example, some forked plugin version).
protected registerAssets ( )
    protected function registerAssets()
    {
        InfiniteAjaxScrollAsset::register($this->view);
    }