Hi, I have some complicated javascript which causes Firebug to show an error very early in the code execution (seems to be before my onload event handlers).
I have no idea what is causing this error so I am having trouble creating a test case. Does anyone know what is causing this error? Could a simple check that the second parameter is not undefined work? This is what shows in the standard javascript console. TypeError arguments: Array 0: "split" 1: undefined message: "Cannot call method 'split' of undefined" stack: "TypeError: Cannot call method 'split' of undefined at urlParams_runScripts (chrome-extension://j…" type: "non_object_property_call" -- 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.
