I haven't completely investigated this and I would need to build an example website because I can't share my web app here, but maybe this already helps you pinpoint the problem:
Everything was working fine with gyronorm until I added an iframe with a YouTube video over https to my page. Now every time I select a different tab in Chrome and then go back to this tab, I get the above error.
The offending code in the minified version seems to be
for(var b in l.motion.callbacks)l.motion.callbacks[b].call(this)
I haven't completely investigated this and I would need to build an example website because I can't share my web app here, but maybe this already helps you pinpoint the problem:
Everything was working fine with gyronorm until I added an iframe with a YouTube video over https to my page. Now every time I select a different tab in Chrome and then go back to this tab, I get the above error.
The offending code in the minified version seems to be
for(var b in l.motion.callbacks)l.motion.callbacks[b].call(this)