<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Disqus - Latest Comments for aacv</title><link>http://disqus.com/by/aacv/</link><description></description><atom:link href="http://disqus.com/aacv/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Tue, 21 Jul 2009 00:08:10 -0000</lastBuildDate><item><title>Re: Object Oriented Programming in JavaScript</title><link>http://mckoss.com/jscript/object.htm#comment-12986447</link><description>&lt;p&gt;// Why this is not working?&lt;/p&gt;&lt;p&gt;// Object.prototype.objSayHello = function(){alert('Hello,from OBJECT prototype')};   // this one works as I expected, when objSayHello()&lt;br&gt;   Object.prototype ={objSayHello: function(){alert('Hello,from OBJECT prototype')}}; // NOT working !&lt;/p&gt;&lt;p&gt;   objSayHello();&lt;br&gt;// Please email me if you know,  thank you!    cr7cr8@126.com&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">aacv</dc:creator><pubDate>Tue, 21 Jul 2009 00:08:10 -0000</pubDate></item></channel></rss>