mirror of
https://bitbucket.org/wisemapping/wisemapping-open-source.git
synced 2024-11-22 22:27:55 +01:00
Fix minor typo...
This commit is contained in:
parent
a1f6542264
commit
eb15952785
@ -341,7 +341,7 @@ mindplot.Designer = new Class({
|
|||||||
return childModel;
|
return childModel;
|
||||||
},
|
},
|
||||||
|
|
||||||
addDraddedNode: function(event, options) {
|
addDraggedNode: function(event, options) {
|
||||||
$assert(event, "event can not be null");
|
$assert(event, "event can not be null");
|
||||||
$assert(options, "option can not be null");
|
$assert(options, "option can not be null");
|
||||||
|
|
||||||
|
@ -149,7 +149,7 @@
|
|||||||
imageHeight:43,
|
imageHeight:43,
|
||||||
metadata: "{'media':'video,'url':'http://www.youtube.com/watch?v=P3FrXftyuzw&feature=g-vrec&context=G2b4ab69RVAAAAAAAAAA'}"
|
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>
|
</script>
|
||||||
-->
|
-->
|
||||||
|
Loading…
Reference in New Issue
Block a user