client/js/renderer/basebutton.js
changeset 649 2b9c120dba55
parent 505 a6a3b0e3da57
equal deleted inserted replaced
648:e388117572d8 649:2b9c120dba55
    17         show: function() {
    17         show: function() {
    18             this.sector.show();
    18             this.sector.show();
    19         },
    19         },
    20         hide: function() {
    20         hide: function() {
    21             if (this.sector){
    21             if (this.sector){
    22                 this.sector.hide();                
    22                 this.sector.hide();
    23             }
    23             }
    24         },
    24         },
    25         select: function() {
    25         select: function() {
    26             this.sector.select();
    26             this.sector.select();
    27         },
    27         },