publish v0.3.7 dist

This commit is contained in:
Zongmin Lei
2017-12-29 09:54:24 +08:00
parent 7b474082d7
commit 1811054bc4
3 changed files with 3 additions and 2 deletions

1
dist/xss.js vendored
View File

@@ -504,6 +504,7 @@ function parseTag(html, onTag, escapeHtml) {
var currentPos = 0;
var len = html.length;
var currentTagName = "";
var currentHtml = "";
for (currentPos = 0; currentPos < len; currentPos++) {
var c = html.charAt(currentPos);

2
dist/xss.min.js vendored

File diff suppressed because one or more lines are too long