fixed double definition as per 4bf6664d6b

pull/2/head
gorhill 10 years ago
parent f0a58ad06f
commit 3524c12924

@ -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