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

Commit

Permalink
make nextOnTargetClick trigger next callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Jun 24, 2013
1 parent d904b51 commit 7847946
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/hopscotch-0.1.js
Expand Up @@ -1388,7 +1388,7 @@
* @private
*/
targetClickNextFn = function() {
self.nextStep(false);
self.nextStep();
},

/**
Expand Down

0 comments on commit 7847946

Please sign in to comment.