brought up to date with uBO's version

pull/2/head 0.9.3.3
gorhill 10 years ago
parent 65924d1be8
commit c0821da875

@ -173,7 +173,7 @@ var doesMatchSelector = function(node, selector) {
/******************************************************************************/ /******************************************************************************/
DOMList.prototype.nodeAt = function(i) { DOMList.prototype.nodeAt = function(i) {
return this.nodes[i]; return this.nodes[i] || null;
}; };
DOMList.prototype.at = function(i) { DOMList.prototype.at = function(i) {

Loading…
Cancel
Save