Possible Duplicates:
How can I unset a JavaScript variable?
How do I remove a property from a JavaScript object?
I'm looking for a way to remove/unset the properties of a JavaScript object, so they'll no longer come up if I loop through the object doing for (var i in myObject)
. How can this be done?