File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -433,10 +433,10 @@ $.widget("ui.dialog", {
433433 } ,
434434
435435 // TODO why are handles passed by _setOption??
436- _makeResizable : function ( handles ) {
437- handles = ( handles === undefined ? this . options . resizable : handles ) ;
436+ _makeResizable : function ( ) {
438437 var that = this ,
439438 options = this . options ,
439+ handles = options . resizable ,
440440 // .ui-resizable has position: relative defined in the stylesheet
441441 // but dialogs have to use absolute or fixed positioning
442442 position = this . uiDialog . css ( "position" ) ,
@@ -623,7 +623,7 @@ $.widget("ui.dialog", {
623623
624624 // currently non-resizable, becoming resizable
625625 if ( ! isResizable && value !== false ) {
626- this . _makeResizable ( value ) ;
626+ this . _makeResizable ( ) ;
627627 }
628628 }
629629
You can’t perform that action at this time.
0 commit comments