summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bin/yaml.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/yaml.js b/bin/yaml.js
index 6466ee3..7ed2674 100644
--- a/bin/yaml.js
+++ b/bin/yaml.js
@@ -1199,7 +1199,7 @@ YamlParser.prototype =
if ( this.isObject(value) )
{
- first = value[0];
+ var first = value[0];
if ( typeof(value) == 'string' && '*' == first.charAt(0) )
{
data = [];