From eb159527853acab77360da7f65ba3a4cb219f456 Mon Sep 17 00:00:00 2001 From: Paulo Gustavo Veiga Date: Wed, 7 Mar 2012 17:45:41 -0300 Subject: [PATCH] Fix minor typo... --- mindplot/src/main/javascript/Designer.js | 2 +- wise-editor/src/main/webapp/html/editor.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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); }); -->