Skip to content

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

+1-2
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)