aboutsummaryrefslogtreecommitdiffstats
path: root/src/ng/compile.js
diff options
context:
space:
mode:
authorIgor Minar2013-10-10 15:45:41 -0700
committerIgor Minar2013-10-11 17:12:23 -0700
commit9f4d99f4eaa53ea4b186a2954b23ce4c86643947 (patch)
tree28666d7b9619cfeb479ac396c25cc27e987d8fc8 /src/ng/compile.js
parentb103fae8c7dd77ce4b680a8822c5ccd6cb27d814 (diff)
downloadangular.js-9f4d99f4eaa53ea4b186a2954b23ce4c86643947.tar.bz2
chore($compile): remove dead code
Diffstat (limited to 'src/ng/compile.js')
-rw-r--r--src/ng/compile.js3
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