On Fri, Sep 19, 2008 at 11:01 AM, Hector Virgen <[EMAIL PROTECTED]> wrote:
> Except for Ajax methods. :)

Not really though, classes and object literals use camel case (upper
camel case) and everything else (methods and variables) use mixed
camel case (lower camel case), where the first character lower case.

Ajax is a class
Ajax.Base is a subclass of Ajax
Ajax.Request is another subclass.
Ajax.Request#onStateChange is a method of Ajax.Request
etc...

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@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-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to