mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-09 07:14:44 +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'),
|
var startSymbol = $interpolate.startSymbol(),
|
||||||
startSymbol = $interpolate.startSymbol(),
|
|
||||||
endSymbol = $interpolate.endSymbol(),
|
endSymbol = $interpolate.endSymbol(),
|
||||||
denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}')
|
denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}')
|
||||||
? identity
|
? identity
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue