<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -7,6 +7,7 @@ Script: Log.js
 
 	Authors:
 		Guillermo Rauch
+		Thomas Aylott
 */
 
 var Log = new Class({
@@ -20,6 +21,7 @@ var Log = new Class({
 Log.logged = [];
 
 Log.logger = function(){
-	if(window.console &amp;&amp; console.log) console.log.apply(console, arguments);
-	else Log.logged.push(arguments);
+	var args = Array.slice(arguments);
+	if (window.console &amp;&amp; console.log) console.log(args);
+	else Log.logged.push(args);
 };
\ No newline at end of file</diff>
      <filename>Source/Core/Log.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>6a79351c602a22390cac7b4c9e4634b59f8821d3</id>
    </parent>
  </parents>
  <author>
    <name>subtleGradient</name>
    <email>oblivious+github@subtleGradient.com</email>
  </author>
  <url>http://github.com/mootools/mootools-more/commit/616e158a91cd318bd3c5b4eae1f7c6fb34c5aff6</url>
  <id>616e158a91cd318bd3c5b4eae1f7c6fb34c5aff6</id>
  <committed-date>2009-07-01T10:20:37-07:00</committed-date>
  <authored-date>2009-07-01T10:20:37-07:00</authored-date>
  <message>FIXED: IE8 Errors on log statements since console.log.apply doesn't work
FIXED: Safari logging empty Arguments object</message>
  <tree>e0d91b562ba30ea065aa44b7f6c9f954705a4eda</tree>
  <committer>
    <name>subtleGradient</name>
    <email>oblivious+github@subtleGradient.com</email>
  </committer>
</commit>
