chore($compile): removed unused variable

This commit is contained in:
Wesley Cho 2013-07-26 11:49:18 -04:00 committed by Igor Minar
parent 462ed033d5
commit 6031f1db51

View file

@ -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){