Skip to content
Permalink
Browse files
Remove memory fix
  • Loading branch information
markelog committed Dec 23, 2012
1 parent e9ea667 commit 329d5e1
Showing 1 changed file with 0 additions and 6 deletions.
@@ -324,7 +324,6 @@ jQuery.fn.extend({
// Hope ajax is available...
jQuery.ajax({
url: node.src,
type: "GET",
dataType: "script",
async: false,
global: false,
@@ -336,9 +335,6 @@ jQuery.fn.extend({
}
}
}

// Fix #11809: Avoid leaking memory
fragment = first = null;
}
}

@@ -568,8 +564,6 @@ jQuery.extend({
setGlobalEval( destElements, !inPage && getAll( elem, "script" ) );
}

destElements = srcElements = node = null;

// Return the cloned set
return clone;
},

0 comments on commit 329d5e1

Please sign in to comment.