Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Dialog: 'NO-BREAK SPACE' (U+00A0) is not 'SPACE' (U+0020).
  • Loading branch information
kzys committed May 7, 2011
1 parent f7e8331 commit 27f943b
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 27f943b

Please sign in to comment.