Fix add links.
This commit is contained in:
@@ -39,7 +39,7 @@ web2d.Group = 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();
|
||||
|
Reference in New Issue
Block a user