<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Clean up after your event listeners</title>
	<atom:link href="http://blog.stchur.com/2007/09/06/clean-up-after-your-event-listeners/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.stchur.com/2007/09/06/clean-up-after-your-event-listeners/</link>
	<description>web / programming / javascript / css / html</description>
	<lastBuildDate>Thu, 26 Aug 2010 07:14:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: A</title>
		<link>http://blog.stchur.com/2007/09/06/clean-up-after-your-event-listeners/comment-page-1/#comment-5195</link>
		<dc:creator>A</dc:creator>
		<pubDate>Fri, 31 Oct 2008 21:30:41 +0000</pubDate>
		<guid isPermaLink="false">http://stchur.com/blog2/2007/09/06/clean-up-after-your-event-listeners/#comment-5195</guid>
		<description>It doesn&#039;t work when you try to detach an anonymous function using arguments.callee in IE7

to do so in IE7 you have to save the anonymous function into another global var
and then later detach it using that var</description>
		<content:encoded><![CDATA[<p>It doesn&#039;t work when you try to detach an anonymous function using arguments.callee in IE7</p>
<p>to do so in IE7 you have to save the anonymous function into another global var<br />
and then later detach it using that var</p>
]]></content:encoded>
	</item>
</channel>
</rss>
