src/js/widgets/tooltipWidget.js
branchpopcorn-port
changeset 830 18ca612e9ff0
parent 828 bcf0c2bdcb8e
child 874 38b65761a7d5
equal deleted inserted replaced
829:ae16691d183d 830:18ca612e9ff0
    19   });
    19   });
    20   this.selector.parent().css({
    20   this.selector.parent().css({
    21       "position": "relative"
    21       "position": "relative"
    22   });
    22   });
    23   this.selector.append(templ);
    23   this.selector.append(templ);
       
    24   var _this = this;
       
    25   this.selector.mouseover(function() {
       
    26       _this.hide();
       
    27   });
    24   this.hide();
    28   this.hide();
    25 
    29 
    26 };
    30 };
    27 
    31 
    28 IriSP.TooltipWidget.prototype.clear = function() {
    32 IriSP.TooltipWidget.prototype.clear = function() {