<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
<title>Comments on snippet: 'setTimeout() Redux'</title>
<link>http://snipplr.com</link>
<description>Snipplr comments feed'</description>
<language>en-us</language>
<pubDate>Tue, 14 Feb 2012 11:12:19 GMT</pubDate>
<item>
<title>nerdfiles said on 3/11/10</title>
<link>http://snipplr.com/view/29603/settimeout-redux/</link>
<description><![CDATA[ That's pretty.

Picture declaring your object with the "run" method before line 1.

var obj1 = { run: function() { foo(bar); } }
setTimeout(obj1.run, 1000);

It's really no different. From the look of it, it appears the *object* is "anonymous," given your demonstration. ]]></description>
<pubDate>Thu, 11 Mar 2010 10:23:59 GMT</pubDate>
<guid>http://snipplr.com/view/29603/settimeout-redux/</guid>
</item>
</channel>
</rss>
