Skip to content

Commit

Permalink
Revert "Revert "Reduced memory consumption.""
Browse files Browse the repository at this point in the history
This reverts commit 89066e7.
  • Loading branch information
danmactough committed Oct 27, 2013
1 parent 28b9f21 commit 13b6db6
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions main.js
Expand Up @@ -98,7 +98,6 @@ FeedParser.prototype.init = function (){
};
this._emitted_meta = false;
this.stack = [];
this.nodes = {};
this.xmlbase = [];
this.in_xhtml = false;
this.xhtml = {}; /* Where to store xhtml elements as associative
Expand Down Expand Up @@ -336,8 +335,6 @@ FeedParser.prototype.handleCloseTag = function (el){
} else {
this.stack[0][stdEl] = [this.stack[0][stdEl], n];
}
} else {
this.nodes = n;
}
};

Expand Down

0 comments on commit 13b6db6

Please sign in to comment.