Changeset 445
- Timestamp:
- 07/10/08 17:44:33 (20 months ago)
- Files:
-
- 1 modified
-
trunk/ui/ui.dialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/ui.dialog.js
r444 r445 49 49 }), 50 50 51 title = options.title || uiDialogContent.attr('title') || ' ',51 title = options.title || uiDialogContent.attr('title') || ' ', 52 52 uiDialogTitlebar = (this.uiDialogTitlebar = 53 53 $('<div class="ui-dialog-titlebar"/>'))