JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
start implementing enter key
[peach-html5-editor.git] / parser.coffee
index cdc3d1f..a1d41cd 100644 (file)
@@ -4733,6 +4733,7 @@ parse_html = (args_html, args = {}) ->
        return doc.children
 
 exports.parse = parse_html
+exports.Node = Node
 exports.debug_log_reset = debug_log_reset
 exports.debug_log_each = debug_log_each
 exports.TYPE_TAG = TYPE_TAG