Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).

This commit is contained in:
Kato Kazuyoshi 2011-05-07 16:02:06 +09:00
parent f7e8331e26
commit 27f943bf36

View File

@ -281,7 +281,7 @@ $.widget("ui.dialog", {
options = self.options,
uiDialog = self.uiDialog;
self.overlay = options.modal ? new $.ui.dialog.overlay( self ) : null;
self.overlay = options.modal ? new $.ui.dialog.overlay( self ) : null;
self._size();
self._position( options.position );
uiDialog.show( options.show );