Skip to content

Commit

Permalink
fixed merge conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
bramanudom committed Mar 22, 2019
1 parent 74dacc3 commit ffa60db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion extensions/amp-story/1.0/amp-story.js
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,8 @@ export class AmpStory extends AMP.BaseElement {

if (isExperimentOn(this.win, 'amp-story-branching')) {
this.registerAction('goToPage', invocation => {
const {args} = invocation;
const {args, caller} = invocation;

if (args) {
this.storeService_.dispatch(
Action.SET_ADVANCEMENT_MODE, AdvancementMode.GO_TO_PAGE);
Expand Down

0 comments on commit ffa60db

Please sign in to comment.