[Prototype-core] Re: Syntax question

2007-07-04 Thread jdalton
You can declare more than one variable at a time via the use of the comma. Look under The Name of a Variable http://www.functionx.com/javascript/Lesson04.htm --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[Prototype-core] Re: Syntax question

2007-07-04 Thread Vincent
On 4 juil, 14:33, jdalton [EMAIL PROTECTED] wrote: You can declare more than one variable at a time via the use of the comma. Look under The Name of a Variablehttp://www.functionx.com/javascript/Lesson04.htm I agree on the multiple declaration syntax, but in the cases above, those

[Prototype-core] Re: Syntax question

2007-07-04 Thread Andrew Dupont
On Jul 4, 1:52 pm, Vincent [EMAIL PROTECTED] wrote: I agree on the multiple declaration syntax, but in the cases above, those variables have already been declared earlier in the code and are simply assigned new values in the reported lines. Yeah, it's a mistake, but it's an innocuous one.