<?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"
	>
<channel>
	<title>Comments on: Weird Flash 8 compiler bug?</title>
	<atom:link href="http://www.bunnyhero.org/2007/11/09/weird-flash-8-compiler-bug/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bunnyhero.org/2007/11/09/weird-flash-8-compiler-bug/</link>
	<description>Notes on Flash and Web development</description>
	<pubDate>Fri, 05 Sep 2008 21:18:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: bunnyhero</title>
		<link>http://www.bunnyhero.org/2007/11/09/weird-flash-8-compiler-bug/#comment-6944</link>
		<dc:creator>bunnyhero</dc:creator>
		<pubDate>Thu, 03 Jan 2008 22:52:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunnyhero.org/2007/11/09/weird-flash-8-compiler-bug/#comment-6944</guid>
		<description>Aha, I see! I keep forgetting how JavaScript allows you to leave out semicolons.</description>
		<content:encoded><![CDATA[<p>Aha, I see! I keep forgetting how JavaScript allows you to leave out semicolons.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jake</title>
		<link>http://www.bunnyhero.org/2007/11/09/weird-flash-8-compiler-bug/#comment-6943</link>
		<dc:creator>Jake</dc:creator>
		<pubDate>Thu, 03 Jan 2008 22:11:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.bunnyhero.org/2007/11/09/weird-flash-8-compiler-bug/#comment-6943</guid>
		<description>This is a Javascript misfeature: Javascript automatically inserts missing semicolons in some cases, and it is doing it here because of the newline after return.</description>
		<content:encoded><![CDATA[<p>This is a Javascript misfeature: Javascript automatically inserts missing semicolons in some cases, and it is doing it here because of the newline after return.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
