Browse Source

fixed double definition as per 4bf6664d6b

pull/2/head
gorhill 10 years ago
parent
commit
3524c12924
  1. 6
      src/js/udom.js

6
src/js/udom.js

@ -206,12 +206,6 @@ var doesMatchSelector = function(node, selector) {
/******************************************************************************/
DOMList.prototype.length = function() {
return this.nodes.length;
};
/******************************************************************************/
DOMList.prototype.nodeAt = function(i) {
return this.nodes[i];
};

Loading…
Cancel
Save