<?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: Prototype 1.6 OOP support</title>
	<atom:link href="http://mir.aculo.us/2007/10/10/prototype-1-6-oop-support/feed/" rel="self" type="application/rss+xml" />
	<link>http://mir.aculo.us/2007/10/10/prototype-1-6-oop-support/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 05 Aug 2010 21:56:08 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Ben B</title>
		<link>http://mir.aculo.us/2007/10/10/prototype-1-6-oop-support/comment-page-1/#comment-405</link>
		<dc:creator>Ben B</dc:creator>
		<pubDate>Wed, 10 Oct 2007 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2007/10/10/prototype-1-6-oop-support#comment-405</guid>
		<description>Thanks, nice tutorial!

Please, oh please, can we have another teaser regarding script.aculo.us 2.0? Rounded corners effect? Timeframe? Pleeeeease, anything more concrete :)</description>
		<content:encoded><![CDATA[<p>Thanks, nice tutorial!</p>
<p>Please, oh please, can we have another teaser regarding script.aculo.us 2.0? Rounded corners effect? Timeframe? Pleeeeease, anything more concrete <img src='http://mir.aculo.us/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Woil</title>
		<link>http://mir.aculo.us/2007/10/10/prototype-1-6-oop-support/comment-page-1/#comment-406</link>
		<dc:creator>Woil</dc:creator>
		<pubDate>Wed, 10 Oct 2007 17:49:00 +0000</pubDate>
		<guid isPermaLink="false">http://mir.aculo.us//2007/10/10/prototype-1-6-oop-support#comment-406</guid>
		<description>Midway through the tutorial in the section about class methods you have a block of code that reads:

var Captain = Class.create(Pirate, {});
// this is wrong!
Object.extend(Captain, Pirate);

Well, which is it? Which one is wrong, the one above the comment or below? perhaps:

// wrong method
var Captain = Class.create(Pirate, {});
// correct method
Object.extend(Captain, Pirate);

(If that&#039;s the way it is...)</description>
		<content:encoded><![CDATA[<p>Midway through the tutorial in the section about class methods you have a block of code that reads:</p>
<p>var Captain = Class.create(Pirate, {});<br />
// this is wrong!<br />
Object.extend(Captain, Pirate);</p>
<p>Well, which is it? Which one is wrong, the one above the comment or below? perhaps:</p>
<p>// wrong method<br />
var Captain = Class.create(Pirate, {});<br />
// correct method<br />
Object.extend(Captain, Pirate);</p>
<p>(If that&#8217;s the way it is&#8230;)</p>
]]></content:encoded>
	</item>
</channel>
</rss>
