The Javascript code at my work usually looks something like this:
//var root defined somewhere else
root.myObj = function(arg1)
{
this.arg1 = arg1;
};
root.myObj.prototype.myMethod = function(arg2)
{
this.arg2 = arg2;
};
PSPad's code explorer does not show any of this. That's a shame. Can i hack some
config file somewhere so that it does?
--
<http://forum.pspad.com/read.php?4,33412,33412>
PSPad freeware editor http://www.pspad.com
