<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,8 @@
 *1.0.4* (Not Released)
 
+ - Fixed an issue where scrolling the selected item into view would not occur
+   unless your element had the id of &quot;matrixView&quot;.
+
  - Fixed an issue where deselecting a single item would not actually remove
    the item from the selectedItems array. Thanks to Jamie Wilson for reporting
    this along with the fix.</diff>
      <filename>CHANGES</filename>
    </modified>
    <modified>
      <diff>@@ -480,7 +480,7 @@ MatrixView.prototype = {
 
   scrollIntoView: function(element, direction)
   {
-    scrollingView = $('matrixView')
+    scrollingView = this.element
     if (direction == 'down' || direction == 'right')
     {
       if ((Position.page(element)[1] + element.getHeight()) &gt;= (scrollingView.getHeight() + Position.cumulativeOffset(scrollingView)[1]))</diff>
      <filename>javascripts/matrixview.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c027652e7a1b29e71178521f67cc96da7b1abd15</id>
    </parent>
  </parents>
  <author>
    <name>Justin Mecham</name>
    <email>justin@mecham.net</email>
  </author>
  <url>http://github.com/jsmecham/matrixview/commit/abca50d60399c98d55749e5435791010faf81ef8</url>
  <id>abca50d60399c98d55749e5435791010faf81ef8</id>
  <committed-date>2008-05-21T16:01:58-07:00</committed-date>
  <authored-date>2008-05-21T16:01:58-07:00</authored-date>
  <message>Fixed an issue where scrolling the selected item into view would not occur unless your element had the id of &quot;matrixView&quot;.</message>
  <tree>5910ecbddb3291fb346200a4a4d6204f29f12258</tree>
  <committer>
    <name>Justin Mecham</name>
    <email>justin@mecham.net</email>
  </committer>
</commit>
