More fixes.

This commit is contained in:
Paulo Veiga
2011-09-10 01:17:48 -03:00
parent 1abda3914a
commit c1e0d52ff5
10 changed files with 133 additions and 73 deletions

View File

@@ -175,7 +175,7 @@ web2d.Workspace = new Class({
}
if (element == this) {
throw "It's not posible to add the group as a child of itself";
throw "It's not possible to add the group as a child of itself";
}
var elementType = element.getType();