Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Pagecontainer: fix event triggering to trigger pagecontainer variants
Browse files Browse the repository at this point in the history
  • Loading branch information
arschmitz committed May 22, 2014
1 parent 65ddfe5 commit 303438a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions js/widgets/pagecontainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,8 +855,7 @@ define( [
},

_triggerPageBeforeChange: function( to, triggerData, settings ) {
var returnEvents,
pbcEvent = new $.Event( "pagebeforechange" );
var returnEvents;

triggerData.prevPage = this.activePage;
$.extend(triggerData, {
Expand Down

0 comments on commit 303438a

Please sign in to comment.