From b568241b219009aafae7f2521d381a5a0187d63d Mon Sep 17 00:00:00 2001 From: snowyplover Date: Sun, 15 Nov 2015 05:58:06 -0800 Subject: [PATCH] Fix description of toParent() --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c626073..38301fd 100644 --- a/README.md +++ b/README.md @@ -1609,7 +1609,7 @@ rect.putIn(group) //-> returns group __`returns`: `element`__ ### toParent() -Moves an element to a different parent (similar to `add`), but without changing its visual representation. All transformations are merged and applied to the element. +Moves an element to a different parent (similar to `addTo`), but without changing its visual representation. All transformations are merged and applied to the element. ```javascript rect.toParent(group) // looks the same as before -- 2.39.5