summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/rectangles/engine/shapes/polyline.js
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-08-25 12:15:14 -0400
committerJules Laplace <jules@okfoc.us>2015-08-25 12:52:08 -0400
commita9bf197a6e8f91cc91d772238168d9be1beb3c4d (patch)
treebfa86ee643077770b15d5752f1c2d7fa51f79bd8 /public/assets/javascripts/rectangles/engine/shapes/polyline.js
parent48fc9b27a77126da649959c8f74ad8faffcd6e2c (diff)
makin sure tests work
Diffstat (limited to 'public/assets/javascripts/rectangles/engine/shapes/polyline.js')
-rw-r--r--public/assets/javascripts/rectangles/engine/shapes/polyline.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/public/assets/javascripts/rectangles/engine/shapes/polyline.js b/public/assets/javascripts/rectangles/engine/shapes/polyline.js
index 609a2c8..54e11c6 100644
--- a/public/assets/javascripts/rectangles/engine/shapes/polyline.js
+++ b/public/assets/javascripts/rectangles/engine/shapes/polyline.js
@@ -133,7 +133,6 @@ var Polyline = Fiber.extend(function(base){
exports.build = function(){
this.mx_points && this.mx_points.forEach(function(mx){ scene.remove(mx) })
this.mx = new MX.Polyline(this)
- shapes.add(this)
}
exports.rebuild = function(){
this.mx.rebuild()