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'),
startSymbol = $interpolate.startSymbol(),
var startSymbol = $interpolate.startSymbol(),
endSymbol = $interpolate.endSymbol(),
denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}')
? identity