The syntax for adding a method to a javascript class is
<classname>.prototype.<new-method-name> = function(<args>)
{
<function-statements>
}It would be great if methods defined with this syntax could be included in the code explorer. Thanks! Mitch PS - Awesome editor... I've started using it all the time. -- <http://forum.pspad.com/read.php?2,49362,50648> PSPad freeware editor http://www.pspad.com
