Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
actually don't need to null out as much as i thought i did to fix tha…
…t memory leak
  • Loading branch information
brandonaaron committed Apr 21, 2009
1 parent 92a076c commit 17841ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/support.js
Expand Up @@ -91,7 +91,7 @@
});

// release memory in IE
root = script = div = all = a = null;
div = null;
})();

jQuery.props = {
Expand Down

0 comments on commit 17841ea

Please sign in to comment.