-
Notifications
You must be signed in to change notification settings - Fork 16
IE memory Leak #6
Comments
It's called only once. |
Hi, |
@jbadeau - Any progress on this? |
I am not allowed to do a pullrequest but I can post the changes: /**
(function(){ /**
// Create console if not present // Implement console log if needed
} // Implement other log levels to console.log if missing // Wrap the log methods in IE (<=9) because their argument handling is wrong
} // Implement console.assert if missing // Linking console.dir and console.dirxml to the console.log method if // Linking console.exception to console.error. This is not the same but // Implement console.time and console.timeEnd if one of them is missing // Implement console.table if missing
} // Dummy implementations of other console features to prevent error messages })(); |
What do you mean with "I am not allowed to do a pullrequest"? I don't know of any pull request restrictions. Anyone can fork the repo and create pull requests. Unfortunately in the current form it is hard to see what exactly you have changed to fix this memory leak. If you really can't create a pull request then can you please post the changes in diff format? |
Hm. Only difference I can find is this: |
Nah, never mind. #8 |
The line with:
var console = (/** @type {Object} */ global.console);
results in memory leak in IE9-
The text was updated successfully, but these errors were encountered: