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