Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 9f4d99f

Browse files
committed
chore($compile): remove dead code
1 parent b103fae commit 9f4d99f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/ng/compile.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -454,8 +454,7 @@ function $CompileProvider($provide) {
454454
}
455455
};
456456

457-
var urlSanitizationNode = $document[0].createElement('a'),
458-
startSymbol = $interpolate.startSymbol(),
457+
var startSymbol = $interpolate.startSymbol(),
459458
endSymbol = $interpolate.endSymbol(),
460459
denormalizeTemplate = (startSymbol == '{{' || endSymbol == '}}')
461460
? identity

0 commit comments

Comments
 (0)