Skip to content

Commit

Permalink
toArray on NodeArray is unused.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmpvar committed Feb 18, 2012
1 parent 907a339 commit 993f1c6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/jsdom/level1/core.js
Expand Up @@ -140,9 +140,6 @@ core.DOMException.prototype.__proto__ = Error.prototype;

var NodeArray = function() {};
NodeArray.prototype = new Array();
NodeArray.prototype.toArray = function() {
return this;
};
NodeArray.prototype.item = function(i) {
return this[i];
};
Expand Down

0 comments on commit 993f1c6

Please sign in to comment.