From e1f4ea3ed357a29f44f1eb3d329b21b5d0b572a0 Mon Sep 17 00:00:00 2001 From: Scott González Date: Sun, 28 Sep 2008 01:17:32 +0000 Subject: Dialog: Removed functionality for copying classes from the main element to the wrapper div. This was used for themes, but this method of theming is no longer encouraged. --- ui/ui.dialog.js | 4 ---- 1 file changed, 4 deletions(-) (limited to 'ui/ui.dialog.js') diff --git a/ui/ui.dialog.js b/ui/ui.dialog.js index c856af5ce..118460d7c 100644 --- a/ui/ui.dialog.js +++ b/ui/ui.dialog.js @@ -67,10 +67,6 @@ $.widget("ui.dialog", { .hide() .addClass('ui-dialog') .addClass(options.dialogClass) - // add content classes to dialog - // to inherit theme at top level of element - .addClass(uiDialogContent.attr('className')) - .removeClass('ui-dialog-content') .css({ position: 'absolute', width: options.width, -- cgit v1.2.3