Skip to content

Commit

Permalink
Merge pull request #3 from AlexMiroshnikov/IEFix
Browse files Browse the repository at this point in the history
fixed object structure for IE10/IE11 support
  • Loading branch information
AlexMiroshnikov authored Jun 23, 2017
2 parents 97e49ac + 487d114 commit 104cad5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"main": "src/striptags.js",
"homepage": "https://github.com/ericnorris/striptags",
"bugs": "https://github.com/ericnorris/striptags/issues",
"version": "3.1.1",
"version": "3.1.2",
"devDependencies": {
"istanbul": "^0.4.5",
"mocha": "^3.2.0"
Expand Down
2 changes: 1 addition & 1 deletion src/striptags.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
return {
allowable_tags: parsed_tags.allowable_tags,
forbidden_tags: parsed_tags.forbidden_tags,
tag_replacement,
tag_replacement: tag_replacement,

state : STATE_PLAINTEXT,
tag_buffer : '',
Expand Down

0 comments on commit 104cad5

Please sign in to comment.