Skip to content

Commit

Permalink
Merge pull request #176 from felixonmars/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in wxParse/html2json.js
  • Loading branch information
icindy committed Nov 9, 2017
2 parents e70c6a8 + 4195b2c commit 405d856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wxParse/html2json.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 <img src="hoge.png"/>
// add to parents
var parent = bufArray[0] || results;
Expand Down

0 comments on commit 405d856

Please sign in to comment.