Changeset 5469
- Timestamp:
- 05/06/08 14:03:55 (7 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.dialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.dialog.js
r5468 r5469 220 220 221 221 open: function() { 222 this.overlay = this.options.modal ? new $.ui.dialog.overlay( self) : null;222 this.overlay = this.options.modal ? new $.ui.dialog.overlay(this) : null; 223 223 this.uiDialog.appendTo('body'); 224 224 this.position(this.options.position);
