chore($compile): remove dead code

This commit is contained in:
Igor Minar 2013-10-10 15:45:41 -07:00
parent b103fae8c7
commit 9f4d99f4ea

View file

@ -454,8 +454,7 @@ function $CompileProvider($provide) {
} }
}; };
var urlSanitizationNode = $document[0].createElement('a'), var startSymbol = $interpolate.startSymbol(),
startSymbol = $interpolate.startSymbol(),
endSymbol = $interpolate.endSymbol(), endSymbol = $interpolate.endSymbol(),
denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}') denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}')
? identity ? identity