diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -693,7 +693,7 @@ rect.style('cursor', null) ``` -### move(), x() and y() +### move() Move the element to a given `x` and `y` position by its upper left corner: ```javascript |