Skip to content

Commit

Permalink
publish v0.3.7 dist
Browse files Browse the repository at this point in the history
  • Loading branch information
leizongmin committed Dec 29, 2017
1 parent 4d4c12a commit 2c72d6b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bower.json
@@ -1,6 +1,6 @@
{
"name": "xss",
"version": "0.3.6",
"version": "0.3.7",
"homepage": "https://github.com/leizongmin/js-xss",
"authors": [
"Zongmin Lei <leizongmin@gmail.com>"
Expand Down
1 change: 1 addition & 0 deletions dist/xss.js
Expand Up @@ -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);
Expand Down

0 comments on commit 2c72d6b

Please sign in to comment.