From b29b7ac082e73049c668dbc12599eb1360244501 Mon Sep 17 00:00:00 2001 From: Jeremy Morrell Date: Wed, 18 Apr 2018 19:48:17 -0700 Subject: [PATCH] Fix typo --- lib/parse.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/parse.js b/lib/parse.js index c663ab63..734fd0e7 100644 --- a/lib/parse.js +++ b/lib/parse.js @@ -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];