aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ng/compile.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/ng/compile.js b/src/ng/compile.js
index 1853690e..25f9a0a8 100644
--- a/src/ng/compile.js
+++ b/src/ng/compile.js
@@ -399,7 +399,6 @@ function $CompileProvider($provide) {
// jquery always rewraps, whereas we need to preserve the original selector so that we can modify it.
$compileNodes = jqLite($compileNodes);
}
- var tempParent = document.createDocumentFragment();
// We can not compile top level text elements since text nodes can be merged and we will
// not be able to attach scope data to them, so we will wrap them in <span>
forEach($compileNodes, function(node, index){