reenable hover clearing

This commit is contained in:
Misko Hevery 2010-05-08 10:40:45 -07:00
parent 0305b6746e
commit 664f1c5687

View file

@ -109,7 +109,7 @@ angularService("$hover", function(browser) {
width: width + "px"
});
}
} else if (tooltip && false) {
} else if (tooltip) {
tooltip.callout.remove();
tooltip = null;
}