My only clue as to where this is located is firebug says it's in '/event/seq/2/'
The issue here is that if gaGlobal has never been created before, it will indeed throw an error and firebug will stop. Instead of using a try/catch block, I would recommend that this non-error-throwing code snippet be used instead:
Firebug throws an error on this anonymous script:
My only clue as to where this is located is firebug says it's in '/event/seq/2/'
The issue here is that if gaGlobal has never been created before, it will indeed throw an error and firebug will stop. Instead of using a try/catch block, I would recommend that this non-error-throwing code snippet be used instead:
This will accomplish the same effect, avoid the usage of a try/catch, and Firebug won't be so unhappy.