Skip to content

Commit

Permalink
Merge pull request #60 from kop/30_ias_events
Browse files Browse the repository at this point in the history
Attach events to IAS instance
  • Loading branch information
kop committed Mar 29, 2016
2 parents db04976 + e7aefd0 commit c216111
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ScrollPager.php
Expand Up @@ -425,9 +425,9 @@ protected function registerEventHandlers(array $config)

// Register event
$this->view->registerJs(
"jQuery.ias().on('{$name}', {$this->$eventName});",
"{$this->id}_ias.on('{$name}', {$this->$eventName});",
View::POS_READY,
"{$this->id}_ias_{$name}"
"{$this->id}_ias_event_{$eventName}"
);
}
}
Expand Down

0 comments on commit c216111

Please sign in to comment.