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

Commit

Permalink
fix self.show ==> this.show
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Nov 20, 2012
1 parent bc7a1ce commit 51966a9
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion js/hopscotch-0.0.4.js
Expand Up @@ -675,7 +675,7 @@
callback();
}
else {
self.show();
this.show();
}
}

Expand Down
26 changes: 13 additions & 13 deletions js/hopscotch-0.0.4.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 51966a9

Please sign in to comment.