<?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: ООП в JavaScript - правильное объявление классов, методов и свойств</title>
	<atom:link href="http://tmbu.info/oop-in-javascript-create-classes-methods-properties-using-prototype/feed/" rel="self" type="application/rss+xml" />
	<link>http://tmbu.info/oop-in-javascript-create-classes-methods-properties-using-prototype/</link>
	<description>TMBU is an ancient Aztec word, which means 'This Might Be Useful'</description>
	<pubDate>Tue, 06 Jan 2009 18:43:10 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mikhus</title>
		<link>http://tmbu.info/oop-in-javascript-create-classes-methods-properties-using-prototype/comment-page-1/#comment-10128</link>
		<dc:creator>Mikhus</dc:creator>
		<pubDate>Thu, 11 Sep 2008 13:10:43 +0000</pubDate>
		<guid isPermaLink="false">http://tmbu.info/programming/javascript/oop-in-javascript-create-classes-methods-properties-using-prototype/#comment-10128</guid>
		<description>Вот здесь еще один интересный подход к ООП в JavaScript: http://ajaxoop.org/</description>
		<content:encoded><![CDATA[<p>Вот здесь еще один интересный подход к ООП в JavaScript: <a href="http://ajaxoop.org/" rel="nofollow">http://ajaxoop.org/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sun</title>
		<link>http://tmbu.info/oop-in-javascript-create-classes-methods-properties-using-prototype/comment-page-1/#comment-4454</link>
		<dc:creator>Sun</dc:creator>
		<pubDate>Tue, 14 Aug 2007 21:15:40 +0000</pubDate>
		<guid isPermaLink="false">http://tmbu.info/programming/javascript/oop-in-javascript-create-classes-methods-properties-using-prototype/#comment-4454</guid>
		<description>так помоему  тоже ничего :)  
Test.prototype={
	  x:5,
	  y:3,	
		  sum:function(){
			return this.x+this.y;
		  }
	  }</description>
		<content:encoded><![CDATA[<p>так помоему  тоже ничего :)<br />
Test.prototype={<br />
	  x:5,<br />
	  y:3,<br />
		  sum:function(){<br />
			return this.x+this.y;<br />
		  }<br />
	  }</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: d1pr3d</title>
		<link>http://tmbu.info/oop-in-javascript-create-classes-methods-properties-using-prototype/comment-page-1/#comment-3013</link>
		<dc:creator>d1pr3d</dc:creator>
		<pubDate>Mon, 02 Jul 2007 12:45:19 +0000</pubDate>
		<guid isPermaLink="false">http://tmbu.info/programming/javascript/oop-in-javascript-create-classes-methods-properties-using-prototype/#comment-3013</guid>
		<description>Ммм, полезно и вовремя!</description>
		<content:encoded><![CDATA[<p>Ммм, полезно и вовремя!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
