Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 7b90af2

Browse files
committed
update doc for move/resize
1 parent aa62cca commit 7b90af2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ Changes widget size
126126
Parameters:
127127

128128
- `el` - widget to resize
129-
- `width`, `height` - new dimensions
129+
- `width`, `height` - new dimensions. If value is `null` or `undefined` it will be ignored.
130130

131131
### move(el, x, \[y\])
132132

@@ -135,7 +135,7 @@ Changes widget position
135135
Parameters:
136136

137137
- `el` - widget to move
138-
- `x`, `y` - new position
138+
- `x`, `y` - new position. If value is `null` or `undefined` it will be ignored.
139139

140140
### resizable(el, val)
141141

0 commit comments

Comments
 (0)