Index: openacs-4/packages/ajaxhelper/www/resources/dojo-ajax/src/style.js =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/ajaxhelper/www/resources/dojo-ajax/src/Attic/style.js,v diff -u -r1.1 -r1.2 --- openacs-4/packages/ajaxhelper/www/resources/dojo-ajax/src/style.js 6 Nov 2006 14:37:20 -0000 1.1 +++ openacs-4/packages/ajaxhelper/www/resources/dojo-ajax/src/style.js 25 Dec 2006 16:39:51 -0000 1.2 @@ -9,7 +9,9 @@ */ dojo.provide("dojo.style"); +dojo.require("dojo.lang.common"); dojo.kwCompoundRequire({ browser: ["dojo.html.style"] }); dojo.deprecated("dojo.style", "replaced by dojo.html.style", "0.5"); +dojo.lang.mixin(dojo.style, dojo.html);