From 6031f1db515d9c8fd0f8a64e01a38c47792f50b8 Mon Sep 17 00:00:00 2001 From: Wesley Cho Date: Fri, 26 Jul 2013 11:49:18 -0400 Subject: chore($compile): removed unused variable --- src/ng/compile.js | 1 - 1 file changed, 1 deletion(-) 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 forEach($compileNodes, function(node, index){ -- cgit v1.2.3