summaryrefslogtreecommitdiff
path: root/src/Inline.coffee
diff options
context:
space:
mode:
Diffstat (limited to 'src/Inline.coffee')
-rw-r--r--src/Inline.coffee4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Inline.coffee b/src/Inline.coffee
index 70cb3c0..a0f8434 100644
--- a/src/Inline.coffee
+++ b/src/Inline.coffee
@@ -338,7 +338,7 @@ class Inline
done = true
when '{'
# Nested mapping
- $value = @parseMapping mapping, context
+ value = @parseMapping mapping, context
{i} = context
# Spec: Keys MUST be unique; first one wins.
# Parser cannot abort this mapping earlier, since lines
@@ -432,7 +432,7 @@ class Inline
unless subValue.length > 0
subValue = null
return objectDecoder trimmedScalar[0...firstSpace], subValue
-
+
if exceptionOnInvalidType
throw new ParseException 'Custom object support when parsing a YAML file has been disabled.'