reset: function()

in src/htmltojsx.js [316:320]


  reset: function() {
    this.output = '';
    this.level = 0;
    this._inPreTag = false;
  },