--- a/client/js/renderer/noderepr.js Tue Sep 09 17:49:31 2014 +0200
+++ b/client/js/renderer/noderepr.js Wed Sep 10 16:12:07 2014 +0200
@@ -16,12 +16,10 @@
_(NodeRepr.prototype).extend({
_init: function() {
- //console.log("INIT",this.model.get("shape"), ShapeBuilder);
this.renderer.node_layer.activate();
this.type = "Node";
this.shapeBuilder = new ShapeBuilder(this.model.get("shape"));
- // "circle" "rectangle" "ellipse" "regularpolygon" "star"
- //this.shapeBuilder = new ShapeBuilder("diamond");
+ // "circle" "rectangle" "ellipse" "regularpolygon" "star" "diamond"
this.circle = this.shapeBuilder.getShape();
this.circle.__representation = this;
if (this.options.show_node_circles) {