You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ca...@apache.org on 2007/01/10 10:04:14 UTC

svn commit: r494771 - /myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/__package__.js

Author: cagatay
Date: Wed Jan 10 01:04:13 2007
New Revision: 494771

URL: http://svn.apache.org/viewvc?view=rev&rev=494771
Log:
Updated dojo api for compatibility with versions 0.3+

Modified:
    myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/__package__.js

Modified: myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/__package__.js
URL: http://svn.apache.org/viewvc/myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/__package__.js?view=diff&rev=494771&r1=494770&r2=494771
==============================================================================
--- myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/__package__.js (original)
+++ myfaces/tomahawk/trunk/core/src/main/resources/org/apache/myfaces/custom/dojoextensions/resource/__package__.js Wed Jan 10 01:04:13 2007
@@ -1,4 +1,5 @@
-dojo.hostenv.conditionalLoadModule({
-        browser: [["extensions.FacesIO", false, false]]
+dojo.kwCompoundRequire({
+	browser: ["extensions.FacesIO"]
 });
-dojo.hostenv.moduleLoaded("extensions.*");
+
+dojo.provide("extensions.*");