Changeset 4075
- Timestamp:
- 12/08/07 11:38:31 (1 year ago)
- Files:
-
- 1 modified
-
trunk/ui/current/ui.dialog.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ui/current/ui.dialog.js
r4070 r4075 9 9 $.fn.dialogInit = function(o) { 10 10 return this.each(function() { 11 if (!$(this).is(".ui-dialog ")) {12 $.ui.dialogInit(this, o);11 if (!$(this).is(".ui-dialog-content")) { 12 new $.ui.dialogInit(this, o); 13 13 } 14 14 });
