Update Node.ts

This commit is contained in:
Dmitry221060 2019-03-25 21:51:41 +05:00 committed by GitHub
parent e5397f270d
commit 277021c9b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2405,7 +2405,7 @@ Factory.addGetterSetter(Node, 'zIndex');
*
* // set position
* node.absolutePosition({
* x: 5
* x: 5,
* y: 10
* });
*/
@ -2426,7 +2426,7 @@ Factory.addGetterSetter(Node, 'position');
*
* // set position
* node.position({
* x: 5
* x: 5,
* y: 10
* });
*/