mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
chore($compile): removed unused variable
This commit is contained in:
parent
462ed033d5
commit
6031f1db51
1 changed files with 0 additions and 1 deletions
|
|
@ -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){
|
||||
|
|
|
|||
Loading…
Reference in a new issue