diff options
| author | Igor Minar | 2011-03-28 23:15:28 -0700 |
|---|---|---|
| committer | Igor Minar | 2011-03-28 23:15:28 -0700 |
| commit | 885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2 (patch) | |
| tree | 3f4abc754abd1e242b62458aeff6e11a1b0ac39d /test/sanitizerSpec.js | |
| parent | 9312bed4728e9f550fea131040cae199b3ab0c22 (diff) | |
| download | angular.js-885c3ad5ddc5016d6ef1b87d050f2c9bc23136b2.tar.bz2 | |
fixing lint warnings
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'); |
