X-Git-Url: https://jasonwoof.com/gitweb/?a=blobdiff_plain;f=parser.coffee;h=a1d41cd6b2c17f7d7c01f04c69373ff3bcf5415d;hb=6a596f32f02d952a0d4f3f2a6a67d76c579790a6;hp=cdc3d1ff365dc6d2c2658d130746411fcbc29151;hpb=1d14b271fa3419e81ab843ba78eafc8d32119faf;p=peach-html5-editor.git diff --git a/parser.coffee b/parser.coffee index cdc3d1f..a1d41cd 100644 --- a/parser.coffee +++ b/parser.coffee @@ -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