We're seeing this occasionally in our error logs: Uncaught TypeError: Cannot call method 'slice' of undefined. This appears to be the offending line:
args=fn[1].slice(0,-1).split(',');
The UA is 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11'
We're seeing this occasionally in our error logs:
Uncaught TypeError: Cannot call method 'slice' of undefined. This appears to be the offending line:The UA is
'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/535.11 (KHTML, like Gecko) Chrome/17.0.963.56 Safari/535.11'