Fix minor typo...

This commit is contained in:
Paulo Gustavo Veiga 2012-03-07 17:45:41 -03:00
parent a1f6542264
commit eb15952785
2 changed files with 2 additions and 2 deletions

View File

@ -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");

View File

@ -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);
});
</script>
-->