Skip to content

Commit

Permalink
Merge pull request #21 from jmorrell/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
vtrushin authored Apr 22, 2018
2 parents 06f78e6 + b29b7ac commit c9790ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ function parseProperty(input, tokenList, index, settings) {
key: null,
value: null
};
let state = objectStates._START_;
let state = propertyStates._START_;

while (index < tokenList.length) {
const token = tokenList[index];
Expand Down

0 comments on commit c9790ad

Please sign in to comment.