diff --git a/mindplot/src/main/javascript/Designer.js b/mindplot/src/main/javascript/Designer.js index b297f029..ac5db35a 100644 --- a/mindplot/src/main/javascript/Designer.js +++ b/mindplot/src/main/javascript/Designer.js @@ -341,7 +341,7 @@ mindplot.Designer = new Class({ return childModel; }, - addDraddedNode: function(event, options) { + addDraggedNode: function(event, options) { $assert(event, "event can not be null"); $assert(options, "option can not be null"); diff --git a/wise-editor/src/main/webapp/html/editor.html b/wise-editor/src/main/webapp/html/editor.html index 5e12d4c5..2d185769 100644 --- a/wise-editor/src/main/webapp/html/editor.html +++ b/wise-editor/src/main/webapp/html/editor.html @@ -149,7 +149,7 @@ imageHeight:43, metadata: "{'media':'video,'url':'http://www.youtube.com/watch?v=P3FrXftyuzw&feature=g-vrec&context=G2b4ab69RVAAAAAAAAAA'}" }; - designer.addDraddedNode(event, options); + designer.addDraggedNode(event, options); }); -->