Hi Chou,

Function#bind concanates the arguments you pass to it to the arguments
you'll later pass to your bound function.

args refers to the arguments you passed to Function#bind, arguments to
the ones you passed to your bound function.

You can read more about all of this here: http://prototypejs.org/api/function

Oh, and please note that these questions are better asked in the
Spinoff mailing list: http://groups.google.com/group/rubyonrails-spinoffs

Thanks,

tobie



--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype: Core" group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to