<?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: Enhanced Class Inheritance with JavaScriptMVC</title>
	<atom:link href="http://ajaxian.com/archives/enhanced-class-inheritance-with-javascriptmvc/feed" rel="self" type="application/rss+xml" />
	<link>http://ajaxian.com/archives/enhanced-class-inheritance-with-javascriptmvc</link>
	<description>Cleaning up the web with Ajax</description>
	<lastBuildDate>Thu, 09 Feb 2012 06:55:33 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2</generator>
	<item>
		<title>By: moschel</title>
		<link>http://ajaxian.com/archives/enhanced-class-inheritance-with-javascriptmvc/comment-page-1#comment-265129</link>
		<dc:creator>moschel</dc:creator>
		<pubDate>Mon, 16 Jun 2008 23:23:44 +0000</pubDate>
		<guid isPermaLink="false">http://ajaxian.com/?p=3747#comment-265129</guid>
		<description>Thanks for posting Ben.  Do you have an email address anywhere?  I didn&#039;t see it on your blog or Ajaxian.

A couple points worth mentioning:

- To use this with Prototype, you&#039;ll probably have to change Class to MVCClass, or something else, since Prototype uses Class in the global namespace.  This is only an issue with the standalone script, not the plugin.
- This script is compressible because superclass methods are assigned as a function attached to &quot;this&quot;, rather than an argument (Prototype&#039;s method).</description>
		<content:encoded><![CDATA[<p>Thanks for posting Ben.  Do you have an email address anywhere?  I didn&#8217;t see it on your blog or Ajaxian.</p>
<p>A couple points worth mentioning:</p>
<p>- To use this with Prototype, you&#8217;ll probably have to change Class to MVCClass, or something else, since Prototype uses Class in the global namespace.  This is only an issue with the standalone script, not the plugin.<br />
- This script is compressible because superclass methods are assigned as a function attached to &#8220;this&#8221;, rather than an argument (Prototype&#8217;s method).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

