You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by an...@apache.org on 2007/11/12 10:33:25 UTC

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

Author: andyhot
Date: Mon Nov 12 01:33:24 2007
New Revision: 594059

URL: http://svn.apache.org/viewvc?rev=594059&view=rev
Log:
fix for ie

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

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/skeleton/core.js
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/skeleton/core.js?rev=594059&r1=594058&r2=594059&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/skeleton/core.js (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/js/tapestry/skeleton/core.js Mon Nov 12 01:33:24 2007
@@ -17,7 +17,7 @@
 var tapestry={
     // setup firebug logging - useful for finding unimplemented methods
     log: function() {                   
-        if (console) console.log.apply(this, arguments);
+        if (window.console) console.log.apply(this, arguments);
     },
     /**
      * Executes the passed function when the document has done loading