aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorWesley Cho2013-07-26 11:49:18 -0400
committerIgor Minar2013-07-26 10:14:45 -0700
commit6031f1db515d9c8fd0f8a64e01a38c47792f50b8 (patch)
tree4132df2eb5364390e4573dec9939710d163e8179 /src
parent462ed033d512ae94cb188efc9453de84ace4e17e (diff)
downloadangular.js-6031f1db515d9c8fd0f8a64e01a38c47792f50b8.tar.bz2
chore($compile): removed unused variable
Diffstat (limited to 'src')
-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){