JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
convert editor to javascript, fix
[peach-html5-editor.git] / parser.js
index de9e9ed..e29b3bd 100644 (file)
--- a/parser.js
+++ b/parser.js
@@ -6076,4 +6076,6 @@ if (context === 'module') {
        window.peach_parser = parse_html
 }
 
+parse_html.Node = Node
+
 }).call(this)