update docs

This commit is contained in:
Anton Lavrenov 2019-01-19 10:13:21 -05:00
parent e0f2e99320
commit 5c4df70738

View File

@ -700,6 +700,7 @@ export abstract class Node {
}
/**
* remove and destroy a node. Kill it and delete forever! You should not reuse node after destroy().
* If the node is a container (Group, Stage or Layer) it will destroy all children too.
* @method
* @name Konva.Node#destroy
* @example