You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2006/01/27 22:53:23 UTC

svn commit: r372998 - in /myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource: dojo.js dojo.js.uncompressed.js

Author: werpu
Date: Fri Jan 27 13:53:18 2006
New Revision: 372998

URL: http://svn.apache.org/viewcvs?rev=372998&view=rev
Log:
dojo now as expected we can dump the dojo code now in 
and do not have to care about the debugging flags
all is set by the renderer

Modified:
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js
    myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js?rev=372998&r1=372997&r2=372998&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js Fri Jan 27 13:53:18 2006
@@ -17,10 +17,6 @@
 	for documentation and information on getting the source.
 */
 
-var djConfig = {
-isDebug: false
-};
-
 var dj_global=this;
 function dj_undef(_1,_2){
 if(!_2){

Modified: myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js
URL: http://svn.apache.org/viewcvs/myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js?rev=372998&r1=372997&r2=372998&view=diff
==============================================================================
--- myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js (original)
+++ myfaces/tomahawk/trunk/sandbox/core/src/main/resources/org/apache/myfaces/custom/dojo/resource/dojo.js.uncompressed.js Fri Jan 27 13:53:18 2006
@@ -27,13 +27,6 @@
  * as follows:
  */
 
-/**
- * dj_global is an alias for the top-level global object in the host
- * environment (the "window" object in a browser).
- */
-var djConfig = {
-isDebug: false
-};
  
 var dj_global = this; //typeof window == 'undefined' ? this : window;