Skip to content

Commit

Permalink
Remove reduntant parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
kurkle committed Nov 3, 2019
1 parent 163f813 commit 9ea67ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/core/core.datasetController.js
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,6 @@ helpers.extend(DatasetController.prototype, {
}

meta.dataset = meta.dataset || me.createMetaDataset();
me._parse(0, ilen);
},

addElementAndReset: function(index) {
Expand Down

0 comments on commit 9ea67ce

Please sign in to comment.