diff options
Diffstat (limited to 'test/sanitizerSpec.js')
| -rw-r--r-- | test/sanitizerSpec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizerSpec.js b/test/sanitizerSpec.js index 787ce84c..b42a6237 100644 --- a/test/sanitizerSpec.js +++ b/test/sanitizerSpec.js @@ -186,7 +186,7 @@ describe('HTML', function(){ function tag(name) { writer.start(name, {}); writer.end(name); - }; + } tag('frameset'); tag('frame'); tag('form'); |
