diff options
| author | Timothée Jeannin | 2014-03-04 20:39:10 +0100 |
|---|---|---|
| committer | Tobias Bosch | 2014-03-05 16:30:51 -0800 |
| commit | 933537860247de35c21db060ae9ae1f87bb30d53 (patch) | |
| tree | 3a5ae308aa246de8e3d48d544b5250f1c80effc8 /src/ngSanitize | |
| parent | de2ecb8a969aa4c96da59e94c0aa9fa84ab232e0 (diff) | |
| download | angular.js-933537860247de35c21db060ae9ae1f87bb30d53.tar.bz2 | |
style: enable jscs requireLeftStickedOperators rule
Closed #6544.
Diffstat (limited to 'src/ngSanitize')
| -rw-r--r-- | src/ngSanitize/sanitize.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ngSanitize/sanitize.js b/src/ngSanitize/sanitize.js index 35dc8f10..38d088bb 100644 --- a/src/ngSanitize/sanitize.js +++ b/src/ngSanitize/sanitize.js @@ -254,7 +254,7 @@ function htmlParser( html, handler ) { match = html.match( DOCTYPE_REGEXP ); if ( match ) { - html = html.replace( match[0] , ''); + html = html.replace( match[0], ''); chars = false; } // end tag |
