From 4195b2ce3d97c5fbdc074062767443b5e25ecc41 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Thu, 19 Oct 2017 12:17:34 +0800 Subject: [PATCH] Fix a typo in wxParse/html2json.js --- wxParse/html2json.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wxParse/html2json.js b/wxParse/html2json.js index 1e8c188..6909559 100755 --- a/wxParse/html2json.js +++ b/wxParse/html2json.js @@ -184,7 +184,7 @@ function html2json(html, bindName) { } if (unary) { - // if this tag dosen't have end tag + // if this tag doesn't have end tag // like // add to parents var parent = bufArray[0] || results;