Skip to content

Commit

Permalink
_
Browse files Browse the repository at this point in the history
  • Loading branch information
louisameline committed Sep 28, 2014
1 parent bb01aff commit d3982e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/jquery.tooltipster.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLI
// the default tracker callback will close the tooltip when the trigger is
// 'hover' (see https://github.com/iamceege/tooltipster/pull/253)
if(this.option('trigger') == 'hover' && this.option('autoClose')) {
this.close();
this.hide();
}
},
speed: 350,
Expand Down

0 comments on commit d3982e8

Please sign in to comment.