<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -15,7 +15,9 @@
 // with corrections by John David Dalton and juanbond
 (function(){
   function getElement(object){
-    return (object._eventElement = object._eventElement || new Element('code'));
+    return (object._eventElement = object._eventElement || 
+        (document.body || document.documentElement)
+          .appendChild(new Element('div')));
   }
   Class.Observable = {
     observe: function(eventName, handler) {</diff>
      <filename>class.observable.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>5b56fdafcd7d7662c9d648534225039b2e78e371</id>
    </parent>
  </parents>
  <author>
    <name>Juriy Zaytsev</name>
    <email>juriy@ny3-dhcp-72.ithaka.org</email>
  </author>
  <url>http://github.com/kangax/protolicious/commit/f3d1dcd96796442b96c133f48de65671f6d59688</url>
  <id>f3d1dcd96796442b96c133f48de65671f6d59688</id>
  <committed-date>2009-01-20T14:08:31-08:00</committed-date>
  <authored-date>2009-01-20T14:08:31-08:00</authored-date>
  <message>Update observable class to insert element into the dom, otherwise ie complains</message>
  <tree>338ac90413672f7e17ec652690de380fb6464987</tree>
  <committer>
    <name>Juriy Zaytsev</name>
    <email>juriy@ny3-dhcp-72.ithaka.org</email>
  </committer>
</commit>
