summaryrefslogtreecommitdiff
path: root/js/lib/node.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/lib/node.js')
-rw-r--r--js/lib/node.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/lib/node.js b/js/lib/node.js
index 9fc71c7..0c5bcee 100644
--- a/js/lib/node.js
+++ b/js/lib/node.js
@@ -80,7 +80,7 @@ var Node = function(nodeType, sourcepos) {
this.destination = null;
this.title = null;
this.fence_char = null;
- this.fence_length = null;
+ this.fence_length = 0;
this.fence_offset = null;
this.level = null;
};