equal
deleted
inserted
replaced
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 } |