Skip to content

Commit 2e882de

Browse files
committed
Merge pull request #229 from kzys/strange-whitespace
'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
2 parents 91a9ff2 + 27f943b commit 2e882de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/jquery.ui.dialog.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ $.widget("ui.dialog", {
281281
options = self.options,
282282
uiDialog = self.uiDialog;
283283

284-
self.overlay = options.modal ? new $.ui.dialog.overlay( self ) : null;
284+
self.overlay = options.modal ? new $.ui.dialog.overlay( self ) : null;
285285
self._size();
286286
self._position( options.position );
287287
uiDialog.show( options.show );

0 commit comments

Comments
 (0)