Skip to content

Instantly share code, notes, and snippets.

@vanm
Created June 14, 2011 20:49
Show Gist options
  • Select an option

  • Save vanm/1025841 to your computer and use it in GitHub Desktop.

Select an option

Save vanm/1025841 to your computer and use it in GitHub Desktop.
Explicit null comment
// 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