diff options
| author | Igor Minar | 2012-04-10 14:29:49 -0700 |
|---|---|---|
| committer | Igor Minar | 2012-04-10 16:52:12 -0700 |
| commit | 52ee1ab5eb0f3197453b26c60a70239ac3fffea7 (patch) | |
| tree | 2c4dc57ec34d4fbc08248d72daf403bc36421f46 /src/ng/sanitize.js | |
| parent | fcc556df3745d4c7768e235cb5f1caf70eb34639 (diff) | |
| download | angular.js-52ee1ab5eb0f3197453b26c60a70239ac3fffea7.tar.bz2 | |
chore(*): remove dead code and fix code style issues
Diffstat (limited to 'src/ng/sanitize.js')
| -rw-r--r-- | src/ng/sanitize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ng/sanitize.js b/src/ng/sanitize.js index 7ca0711a..6a7a2be4 100644 --- a/src/ng/sanitize.js +++ b/src/ng/sanitize.js @@ -110,7 +110,7 @@ function $SanitizeProvider() { htmlParser(html, htmlSanitizeWriter(buf)); return buf.join(''); }); -}; +} // Regular Expressions for parsing tags and attributes var START_TAG_REGEXP = /^<\s*([\w:-]+)((?:\s+[\w:-]+(?:\s*=\s*(?:(?:"[^"]*")|(?:'[^']*')|[^>\s]+))?)*)\s*(\/?)\s*>/, |
