The file containing the code is RPQAKeys.js
The page name is drag_demo2.html
"doThis = RPQA.RPQAKeys.keyFunctionMap[i]['Function'];" is the reported
error line
which occurs in the following code:
if ( RPQA.RPQAKeys.keyFunctionMap[i]['Function'] != null )
{
doThis = RPQA.RPQAKeys.keyFunctionMap[i]['Function'];
doThis(upOrDown);
....
If I wrap this in a try/catch block, the catch never gets triggered.
-dave
http://www.nabble.com/file/p21298237/152009_120309%2BPM.jpg
152009_120309+PM.jpg
John J Barton wrote:
>
>
> What file name is the error from? (Its not from Firebug).
> jjb
>
> On Jan 5, 9:09 am, pfhat <[email protected]> wrote:
>> I've started getting odd console errors in firebug in regards to my
>> javascript.
>> The Error given is
>> "GadrmGeneralWrapper is not defined"
>>
>> It's happened in dozens of places in my once-pristine code, and the only
>> similarity is that it seems to occur after a null check, or in a nested
>> try-catch block. I've never seen this error before, and googling it
>> returns
>> nothing.
>>
>> This didn't seem to happen in firebug 1.2, but i recently went to 1.3
>> Has anyone else seen this?
>> --
>> View this message in
>> context:http://www.nabble.com/GadrmGeneralWrapper-is-not-defined-Console-Erro...
>> Sent from the FireBug mailing list archive at Nabble.com.
> >
>
>
--
View this message in context:
http://www.nabble.com/GadrmGeneralWrapper-is-not-defined-Console-Error-tp21236428p21298237.html
Sent from the FireBug mailing list archive at Nabble.com.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en
-~----------~----~----~----~------~----~------~--~---