Revert "adding multiple line support editor and in nodes"

This reverts commit 5aa6775a85.
This commit is contained in:
Pablo Luna
2011-04-20 09:30:45 +01:00
parent fff2db0ab8
commit b678344991
19 changed files with 32 additions and 398 deletions

View File

@@ -53,10 +53,6 @@ web2d.peer.ToolkitSVG =
{
return new web2d.peer.svg.TextPeer();
},
createHtmlBox: function ()
{
return new web2d.peer.svg.HtmlBoxPeer();
},
createImage: function ()
{
return new web2d.peer.svg.ImagePeer();