<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>checkbox_range.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -109,4 +109,10 @@ Object.methodize = function(object) {
     m[name] = object[name].methodize();
     return m;
   });
-};
\ No newline at end of file
+};
+
+Object.isNodeList = function(object) {
+  return !!object &amp;&amp; 
+    typeof object.length != 'undefined' &amp;&amp; 
+    typeof object.item != 'undefined'
+}
\ No newline at end of file</diff>
      <filename>object.extensions.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>1f8ffe3f8346bf8e0b0ba4ad66e165d6f9a260d0</id>
    </parent>
  </parents>
  <author>
    <name>kangax</name>
    <email>juriyzaytsev@iBook.local</email>
  </author>
  <url>http://github.com/kangax/protolicious/commit/430b5dab60ce35179becba2cc36a37a6d3a636eb</url>
  <id>430b5dab60ce35179becba2cc36a37a6d3a636eb</id>
  <committed-date>2008-06-22T07:43:51-07:00</committed-date>
  <authored-date>2008-06-22T07:43:51-07:00</authored-date>
  <message>add experimental Object.isNodeList, CheckboxRange for multiple selection</message>
  <tree>36f59b9b24de1a431630b10fc6c5eb6a5de9a78d</tree>
  <committer>
    <name>kangax</name>
    <email>juriyzaytsev@iBook.local</email>
  </committer>
</commit>
