Skip to content

Commit

Permalink
Merge pull request #229 from kzys/strange-whitespace
Browse files Browse the repository at this point in the history
'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
  • Loading branch information
rdworth committed May 9, 2011
2 parents 91a9ff2 + 27f943b commit 2e882de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/jquery.ui.dialog.js
Expand Up @@ -281,7 +281,7 @@ $.widget("ui.dialog", {
options = self.options, options = self.options,
uiDialog = self.uiDialog; 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._size();
self._position( options.position ); self._position( options.position );
uiDialog.show( options.show ); uiDialog.show( options.show );
Expand Down

0 comments on commit 2e882de

Please sign in to comment.