Chrome Uncaught Syntaxerror: Unexpected end of input
The code:
http://pastebin.com/LS1KeQ9t
I don'开发者_StackOverflowt see anything wrong with it. Why is the Google Chrome console giving me that error at the end of my .js file?
Chrome have mechanism for prevent DDoS attack, you can read about it http://dev.chromium.org/throttling
It cause error for me. Try switch it off, type this:
chrome://net-internals/#httpThrottling
精彩评论