File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -241,7 +241,7 @@ class BaseRenderView {
241241 * Set whether the view has a button to minimize the widget.
242242 * Note that the view can only be made minimizable if it was instantiated with a wrapper.
243243 *
244- * @param {boolean } resizable - Whether to make it resizable or not.
244+ * @param {boolean } minimizable - Whether to make it minimizable or not.
245245 */
246246 setMinimizable ( minimizable ) {
247247 if ( this . wrapperElement ) {
@@ -257,7 +257,7 @@ class BaseRenderView {
257257 * Set whether the view has a button to close the widget.
258258 * Note that the view can only be made closable if it was instantiated with a wrapper.
259259 *
260- * @param {boolean } resizable - Whether to make it resizable or not.
260+ * @param {boolean } closable - Whether to make it closable or not.
261261 */
262262 setClosable ( closable ) {
263263 if ( this . wrapperElement ) {
You can’t perform that action at this time.
0 commit comments