client/js/renderer/baserepresentation.js
changeset 396 b51c25ef4292
parent 293 fba23fde14ba
child 433 e457ec945e50
--- a/client/js/renderer/baserepresentation.js	Wed Mar 04 09:39:11 2015 +0100
+++ b/client/js/renderer/baserepresentation.js	Fri Mar 13 10:56:19 2015 +0100
@@ -48,7 +48,7 @@
         },
         redraw: function() {},
         moveTo: function() {},
-        show: function() { return "chaud cacao"; },
+        show: function() { return "BaseRepresentation.show"; },
         hide: function() {},
         select: function() {
             if (this.model) {