Skip to content

Commit

Permalink
#15
Browse files Browse the repository at this point in the history
  • Loading branch information
urin committed Feb 14, 2015
1 parent 88ca6a8 commit a34a080
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jquery.balloon.js
Expand Up @@ -6,7 +6,7 @@
* http://www.opensource.org/licenses/mit-license.php
* http://www.gnu.org/licenses/gpl.html
* @author: Hayato Takenaka (http://urin.github.com)
* @version: 0.6.0 - 2014/12/20
* @version: 0.6.1 - 2015/02/14
**/
(function($) {
"use strict";
Expand Down Expand Up @@ -179,7 +179,8 @@
if(t === e.relatedTarget || $.contains(t, e.relatedTarget)) return;
$target.hideBalloon();
}).on("mouseenter", function(e) {
$balloon.stop(true, true);
if(t === e.relatedTarget || $.contains(t, e.relatedTarget)) return;
$balloon.stop(true, false);
$target.showBalloon();
});
}
Expand Down

0 comments on commit a34a080

Please sign in to comment.