Created
June 14, 2011 20:49
-
-
Save vanm/1025841 to your computer and use it in GitHub Desktop.
Explicit null comment
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Remove the message from the Cache | |
// Must explicitly null out this reference for IE GC | |
messagesCache[messageID] = null; | |
delete messagesCache[messageID]; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment