<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,3 +1,5 @@
+* Work around an issue with assigning a variable within a &quot;return&quot; statement in V8/Google Chrome. (Chris Lear, Oleg K, Maikel Punie, Andrew Dupont)
+
 *1.6.0.3* (September 29, 2008)
 
 * Add support for the Chrome browser in jstest.rb. (Andrew Dupont)</diff>
      <filename>CHANGELOG</filename>
    </modified>
    <modified>
      <diff>@@ -160,7 +160,8 @@ Object.extend(Event, (function() {
   }
   
   function getCacheForID(id) {
-    return cache[id] = cache[id] || { };
+    cache[id] = cache[id] || { };
+    return cache[id];
   }
   
   function getWrappersForEventName(id, eventName) {</diff>
      <filename>src/event.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>34ee2078f8c61272b69bc9166fd0bf7f94dde5fc</id>
    </parent>
  </parents>
  <author>
    <name>Andrew Dupont</name>
    <email>andrew@tx-000834-ap.frogdesign.com</email>
  </author>
  <url>http://github.com/sstephenson/prototype/commit/3e2e8d48b58061a993d1c1323c50c13554027cde</url>
  <id>3e2e8d48b58061a993d1c1323c50c13554027cde</id>
  <committed-date>2008-10-10T11:42:27-07:00</committed-date>
  <authored-date>2008-10-10T11:42:27-07:00</authored-date>
  <message>Work around an issue with assigning a variable within a &quot;return&quot; statement in V8/Google Chrome. [#325 state:resolved]</message>
  <tree>2a42b826905958016de8bc05308c7669bbcb824c</tree>
  <committer>
    <name>Andrew Dupont</name>
    <email>andrew@tx-000834-ap.frogdesign.com</email>
  </committer>
</commit>
