<?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: Color by numbers: dojo.delegate</title>
	<atom:link href="http://dojocampus.org/content/2008/03/20/color-by-numbers-dojodelegate/feed/" rel="self" type="application/rss+xml" />
	<link>http://dojocampus.org/content/2008/03/20/color-by-numbers-dojodelegate/</link>
	<description>The definitive resource for all things Dojo: past, present, future.</description>
	<pubDate>Fri, 21 Nov 2008 02:22:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
		<item>
		<title>By: pottedmeat</title>
		<link>http://dojocampus.org/content/2008/03/20/color-by-numbers-dojodelegate/#comment-53</link>
		<dc:creator>pottedmeat</dc:creator>
		<pubDate>Sat, 22 Mar 2008 20:38:55 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=70#comment-53</guid>
		<description>It uses &lt;a href="http://javascript.crockford.com/prototypal.html" rel="nofollow"&gt;JavaScript's version of  inheritance&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>It uses <a href="http://javascript.crockford.com/prototypal.html" rel="nofollow">JavaScript&#8217;s version of  inheritance</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g9yuayon</title>
		<link>http://dojocampus.org/content/2008/03/20/color-by-numbers-dojodelegate/#comment-51</link>
		<dc:creator>g9yuayon</dc:creator>
		<pubDate>Sat, 22 Mar 2008 13:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=70#comment-51</guid>
		<description>Thanks, pottedmeat! It's really valuable to know the "why" of such different implementations. Would you please elaborate a bit on how dojo.declare protects an object from changes without recreating the object? Checking the dojo source, I couldn't find where dojo.declare checks if an object is recreated, or how dojo.declare protects a delegated object.</description>
		<content:encoded><![CDATA[<p>Thanks, pottedmeat! It&#8217;s really valuable to know the &#8220;why&#8221; of such different implementations. Would you please elaborate a bit on how dojo.declare protects an object from changes without recreating the object? Checking the dojo source, I couldn&#8217;t find where dojo.declare checks if an object is recreated, or how dojo.declare protects a delegated object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pottedmeat</title>
		<link>http://dojocampus.org/content/2008/03/20/color-by-numbers-dojodelegate/#comment-49</link>
		<dc:creator>pottedmeat</dc:creator>
		<pubDate>Sat, 22 Mar 2008 09:20:17 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=70#comment-49</guid>
		<description>dojo.clone works for an object in the same way that my first two examples work: it expensively recreates the object using a for loop. dojo.declare protects an object from changes without recreating the object.</description>
		<content:encoded><![CDATA[<p>dojo.clone works for an object in the same way that my first two examples work: it expensively recreates the object using a for loop. dojo.declare protects an object from changes without recreating the object.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: g9yuayon</title>
		<link>http://dojocampus.org/content/2008/03/20/color-by-numbers-dojodelegate/#comment-47</link>
		<dc:creator>g9yuayon</dc:creator>
		<pubDate>Sat, 22 Mar 2008 04:17:51 +0000</pubDate>
		<guid isPermaLink="false">http://dojocampus.org/content/?p=70#comment-47</guid>
		<description>Hi Neil, dojo.delegate looks similar to dojo.clone. Would you mind explaining their differences? Thanks!</description>
		<content:encoded><![CDATA[<p>Hi Neil, dojo.delegate looks similar to dojo.clone. Would you mind explaining their differences? Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
