Merge pull request #229 from kzys/strange-whitespace

'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
This commit is contained in:
Richard D. Worth 2011-05-09 06:50:19 -07:00
commit 2e882de30e

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 );