Rhino user a écrit :
> On Feb 12, 9:54 pm, Rhino user <[EMAIL PROTECTED]> wrote:
>> Hi ,
>>  I have a script like his
>> try{
>>  var f = this.getOCGS();}
>>
>> catch(exeption e){
>>    logger.println(e);;
>>
>> }
>>
> This problem is really  weird , could somebody pl. help.
> Thanks

No idea, can you try this?

var that = this;
try{
  var f = that.getOCGS();
}
catch(exeption e){
    logger.println(e);;
}
_______________________________________________
dev-tech-js-engine-rhino mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-tech-js-engine-rhino

Reply via email to