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

Commit

Permalink
fix a scoping bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Gordon Koo committed Nov 19, 2012
1 parent eb26699 commit 5765f75
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 2 deletions.
2 changes: 1 addition & 1 deletion js/hopscotch-0.0.4.js
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,7 @@
* @private
*/
this.closeFn = function(evt) {
if (self.opt.id && !this.opt.isTourBubble) {
if (self.opt.id && !self.opt.isTourBubble) {
// Remove via the HopscotchCalloutManager.
// removeCallout() calls HopscotchBubble.destroy internally.
winHopscotch.getCalloutManager().removeCallout(self.opt.id);
Expand Down
Loading

0 comments on commit 5765f75

Please sign in to comment.