client/js/renderer/nodebutton.js
changeset 433 e457ec945e50
parent 396 b51c25ef4292
child 434 0d5998b32a7c
equal deleted inserted replaced
432:24754fe4baaf 433:e457ec945e50
    39             if(this.source_representation && this.source_representation.buttons_timeout) {
    39             if(this.source_representation && this.source_representation.buttons_timeout) {
    40                 clearTimeout(this.source_representation.buttons_timeout);
    40                 clearTimeout(this.source_representation.buttons_timeout);
    41             }
    41             }
    42             this.sector.select();
    42             this.sector.select();
    43         },
    43         },
    44     });
    44     }).value();
       
    45 //    });
    45 
    46 
    46     /* _NodeButton End */
    47     /* _NodeButton End */
    47 
    48 
    48     return _NodeButton;
    49     return _NodeButton;
    49 
    50