Skip to content

Commit

Permalink
fix leaky f variable. thx karl swedberg
Browse files Browse the repository at this point in the history
  • Loading branch information
paulirish committed Jan 17, 2011
1 parent fe36d36 commit dd24aec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modernizr.js
Original file line number Diff line number Diff line change
Expand Up @@ -855,7 +855,7 @@ window.Modernizr = (function(window,document,undefined){
* Reset m.style.cssText to nothing to reduce memory footprint.
*/
set_css( '' );
modElem = f = null;
modElem = inputElem = null;

// Enable HTML 5 elements for styling in IE.
// fyi: jscript version does not reflect trident version
Expand Down

0 comments on commit dd24aec

Please sign in to comment.