Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa62cca commit 7b90af2Copy full SHA for 7b90af2
README.md
@@ -126,7 +126,7 @@ Changes widget size
126
Parameters:
127
128
- `el` - widget to resize
129
-- `width`, `height` - new dimensions
+- `width`, `height` - new dimensions. If value is `null` or `undefined` it will be ignored.
130
131
### move(el, x, \[y\])
132
@@ -135,7 +135,7 @@ Changes widget position
135
136
137
- `el` - widget to move
138
-- `x`, `y` - new position
+- `x`, `y` - new position. If value is `null` or `undefined` it will be ignored.
139
140
### resizable(el, val)
141
0 commit comments