Closed mliu7 closed 12 years ago
I read that error wrong. The debug output was telling me the error was on localStorage.js on line 53. Here is the full output:
http://ultistats.playwithlv.com/assets/js/plugins/backbone.localStorage.js:53
Uncaught illegal access
The last commit fixed it for me so I am closing this issue.
For reference, this is the exact issue we had:
http://samritchie.net/2011/04/01/uncaught-illegal-access-exception-in-android-browser-on-json-parse/
On the Droid 3, the game tracking screen shows up as a completely blank page. The javascript error that is returned using the debug console is:
http://ultistats.playwithlv.com/assets/js/plugins/backbone.localStorage.js:53
When it should be:
http://ultistats.playwithlv.com/assets/js/plugins/backbone.localStorage.js
Somewhere in our app we are attempting to fetch this plugin at the wrong address.