Skip to content

Commit

Permalink
Removed superfluous slash (closes #15)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaz303 committed Jun 8, 2010
1 parent f797b46 commit 4b3e29f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/javascripts/jquery.tipsy.js
Expand Up @@ -95,7 +95,7 @@

tip: function() {
if (!this.$tip) {
this.$tip = $('<div class="tipsy"></div>').html('<div class="tipsy-arrow"></div><div class="tipsy-inner"/></div>');
this.$tip = $('<div class="tipsy"></div>').html('<div class="tipsy-arrow"></div><div class="tipsy-inner"></div>');
}
return this.$tip;
},
Expand Down

0 comments on commit 4b3e29f

Please sign in to comment.