changeset 1316:6afc572d63be

fixed stupid error.
author robcast
date Thu, 22 Jan 2015 18:49:30 +0100
parents abad8526fa64
children cac657d25ba9
files webapp/src/main/webapp/jquery/jquery.digilib.vector.js
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/webapp/src/main/webapp/jquery/jquery.digilib.vector.js	Thu Jan 22 18:47:33 2015 +0100
+++ b/webapp/src/main/webapp/jquery/jquery.digilib.vector.js	Thu Jan 22 18:49:30 2015 +0100
@@ -673,7 +673,7 @@
             		}
             	}
                 // dragging vertex done
-            	if (shape.properties.editable = isShapeEditable) {
+            	if (shape.properties.editable !== isShapeEditable) {
 	            	// re-set editable
 	            	unrenderShape(data, newshape);
 	            	shape.properties.editable = isShapeEditable;