diff options
| author | Igor Minar | 2013-10-10 15:45:41 -0700 |
|---|---|---|
| committer | Igor Minar | 2013-10-11 17:12:23 -0700 |
| commit | 9f4d99f4eaa53ea4b186a2954b23ce4c86643947 (patch) | |
| tree | 28666d7b9619cfeb479ac396c25cc27e987d8fc8 /src/ng/compile.js | |
| parent | b103fae8c7dd77ce4b680a8822c5ccd6cb27d814 (diff) | |
| download | angular.js-9f4d99f4eaa53ea4b186a2954b23ce4c86643947.tar.bz2 | |
chore($compile): remove dead code
Diffstat (limited to 'src/ng/compile.js')
| -rw-r--r-- | src/ng/compile.js | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js index b52db607..ff0ae99d 100644 --- a/src/ng/compile.js +++ b/src/ng/compile.js @@ -454,8 +454,7 @@ function $CompileProvider($provide) { } }; - var urlSanitizationNode = $document[0].createElement('a'), - startSymbol = $interpolate.startSymbol(), + var startSymbol = $interpolate.startSymbol(), endSymbol = $interpolate.endSymbol(), denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}') ? identity |
