<?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: jQuery.makeArray()</title>
	<atom:link href="http://api.jquery.com/jQuery.makeArray/feed/" rel="self" type="application/rss+xml" />
	<link>http://api.jquery.com/jQuery.makeArray/</link>
	<description>jQuery API Reference</description>
	<lastBuildDate>Wed, 17 Mar 2010 13:19:04 -0800</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/jQuery.makeArray/comment-page-1/#comment-1673</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Sun, 14 Mar 2010 17:25:30 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=208#comment-1673</guid>
		<description>Oops. Good catch. Fixed in the comment now.</description>
		<content:encoded><![CDATA[<p>Oops. Good catch. Fixed in the comment now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Swedberg</title>
		<link>http://api.jquery.com/jQuery.makeArray/comment-page-1/#comment-127</link>
		<dc:creator>Karl Swedberg</dc:creator>
		<pubDate>Thu, 14 Jan 2010 19:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://api.jquery.com/?p=208#comment-127</guid>
		<description>No, but for that you can just do something like this:&lt;br&gt;&lt;br&gt;function arrayFromArgs() {&lt;br&gt;    return Array.slice.call(arguments);&lt;br&gt;}&lt;br&gt;&lt;br&gt;and then call it:&lt;br&gt;&lt;br&gt;arrayFromArgs(&#039;3&#039;, &#039;2&#039;, &#039;4&#039;);</description>
		<content:encoded><![CDATA[<p>No, but for that you can just do something like this:</p>
<p>function arrayFromArgs() {<br />    return Array.slice.call(arguments);<br />}</p>
<p>and then call it:</p>
<p>arrayFromArgs(&#39;3&#39;, &#39;2&#39;, &#39;4&#39;);</p>
]]></content:encoded>
	</item>
</channel>
</rss>
