src/js/widgets/tooltipWidget.js
branchpopcorn-port
changeset 480 043a159c75f0
parent 478 1422ba0fc333
child 487 4c006b1dcc66
equal deleted inserted replaced
479:24308670f1bb 480:043a159c75f0
    34   this.selector.find(".tip").show();
    34   this.selector.find(".tip").show();
    35   this._shown = true;
    35   this._shown = true;
    36 };
    36 };
    37 
    37 
    38 IriSP.TooltipWidget.prototype.hide = function() {                                                   
    38 IriSP.TooltipWidget.prototype.hide = function() {                                                   
    39   console.log("hide");  
       
    40   this.selector.find(".tip").hide();
    39   this.selector.find(".tip").hide();
    41   this._shown = false;  
    40   this._shown = false;  
    42 };
    41 };