Author: jkuhnert
Date: Sat Mar 10 16:03:42 2007
New Revision: 516813

URL: http://svn.apache.org/viewvc?view=rev&rev=516813
Log:
Fixed reference error in safari for dojo.warn 

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js?view=diff&rev=516813&r1=516812&r2=516813
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js 
(original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js Sat Mar 
10 16:03:42 2007
@@ -154,7 +154,7 @@
                        }
                        
                        if (!id){
-                               dojo.warn("No element id found in ajax-response 
node.");
+                               dojo.log.warn("No element id found in 
ajax-response node.");
                                continue;
                        }
                        


Reply via email to