client/js/renderer/baserepresentation.js
changeset 396 b51c25ef4292
parent 293 fba23fde14ba
child 433 e457ec945e50
equal deleted inserted replaced
395:2e8c92eb0dfa 396:b51c25ef4292
    46         _super: function(_func) {
    46         _super: function(_func) {
    47             return _BaseRepresentation.prototype[_func].apply(this, Array.prototype.slice.call(arguments, 1));
    47             return _BaseRepresentation.prototype[_func].apply(this, Array.prototype.slice.call(arguments, 1));
    48         },
    48         },
    49         redraw: function() {},
    49         redraw: function() {},
    50         moveTo: function() {},
    50         moveTo: function() {},
    51         show: function() { return "chaud cacao"; },
    51         show: function() { return "BaseRepresentation.show"; },
    52         hide: function() {},
    52         hide: function() {},
    53         select: function() {
    53         select: function() {
    54             if (this.model) {
    54             if (this.model) {
    55                 this.model.trigger("selected");
    55                 this.model.trigger("selected");
    56             }
    56             }