On Sep 19, 9:30 pm, darrel karisch <[EMAIL PROTECTED]> wrote: > what is the rationale for the private declaration of > IdScriptableObject::newIdFunction? > > I have created IdScriptableObject subclasses and want to extend > IdFunctionObject so that I can perform other tasks within its methods. > > the private declaration prevents this.
Why not write your own method that creates your extended IdFunctionObject? It's only three lines and doesn't touch any private fields or methods. hannes _______________________________________________ dev-tech-js-engine-rhino mailing list [email protected] https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino
