Skip to content

Commit

Permalink
Update actions to new format in demo
Browse files Browse the repository at this point in the history
Closes #487
  • Loading branch information
RobbieTheWagner committed Aug 8, 2019
1 parent 6d0720a commit c5bde9b
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,12 +72,16 @@ <h3>Example</h3>
},
buttons: [
{
action: shepherd.back,
action() {
return this.back();
},
classes: 'shepherd-button-secondary',
text: 'Back'
},
{
action: shepherd.next,
action() {
return this.next();
},
text: 'Next'
}
],
Expand Down

0 comments on commit c5bde9b

Please sign in to comment.