You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by jk...@apache.org on 2007/03/11 01:03:43 UTC

svn commit: r516813 - /tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/core.js

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;
 			}