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

Commit 6031f1d

Browse files
wesleychoIgorMinar
authored andcommitted
chore($compile): removed unused variable
1 parent 462ed03 commit 6031f1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ng/compile.js

-1
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,6 @@ function $CompileProvider($provide) {
399399
// jquery always rewraps, whereas we need to preserve the original selector so that we can modify it.
400400
$compileNodes = jqLite($compileNodes);
401401
}
402-
var tempParent = document.createDocumentFragment();
403402
// We can not compile top level text elements since text nodes can be merged and we will
404403
// not be able to attach scope data to them, so we will wrap them in <span>
405404
forEach($compileNodes, function(node, index){

0 commit comments

Comments
 (0)