<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -166,7 +166,8 @@ Test.Unit.Runner.prototype = {
       if (!rootLog) {
         var el = document.createElement('div') ;
         el.id = 'test-log' ;
-        $(el).addClassName('testlog') ;
+        var ell = $(el) ; // prevent strange type error when Chrome debug window is open
+        if (ell.addClassName) ell.addClassName('testlog') ;
         var body = document.getElementsByTagName('body')[0] ;
         body.insertBefore(el, body.firstChild) ;
         rootLog = el ;</diff>
      <filename>debug/unittest.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fd92298ff59303b90ce11076afa941d602c63a04</id>
    </parent>
  </parents>
  <author>
    <name>Erich Ocean</name>
    <email>erich@atlasocean.com</email>
  </author>
  <url>http://github.com/mauritslamers/sproutcore/commit/6f1ab7342a01476c6b9e3546769232e6de3b3d26</url>
  <id>6f1ab7342a01476c6b9e3546769232e6de3b3d26</id>
  <committed-date>2008-09-22T15:24:02-07:00</committed-date>
  <authored-date>2008-09-22T15:24:02-07:00</authored-date>
  <message>prevent strange type error when Chrome debug window is open</message>
  <tree>4cd1ebb281c3ee84dedf56e3919b206476ca2ea4</tree>
  <committer>
    <name>Erich Ocean</name>
    <email>erich@atlasocean.com</email>
  </committer>
</commit>
