Skip to content

Commit fadb98d

Browse files
authored
Update dialog.js
1 parent 30c927d commit fadb98d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/widgets/dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -485,7 +485,7 @@ $.widget( "ui.dialog", {
485485
click: function( event ) {
486486
event.preventDefault();
487487
if ( this.options.restoreWidth !== undefined &&
488-
this.options.restoreWidth !== null &&
488+
this.options.restoreWidth !== null &&
489489
this.options.restoreWidth !== "" ) {
490490
this.uiDialog.width( this.options.restoreWidth );
491491
}

0 commit comments

Comments
 (0)