mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore($compile): remove dead code
This commit is contained in:
parent
b103fae8c7
commit
9f4d99f4ea
1 changed files with 1 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue