Skip to content

Commit

Permalink
Merge pull request briancray#14 from jackmcdade/patch-1
Browse files Browse the repository at this point in the history
Typo.
  • Loading branch information
Brian Cray committed Oct 29, 2011
2 parents 983820d + 598a8c6 commit 075fa07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tooltipsy.source.js
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@
};

$.tooltipsy.prototype.destroy = function () {
this.$tispy.remove();
this.$tipsy.remove();
$.removeData(this.$el, 'tooltipsy');
};

Expand Down

0 comments on commit 075fa07

Please sign in to comment.