JavaScript "Cannod read property 'screen_name" error in main.js
-
Firebug console says:
Uncaught TypeError: Cannot read property 'screen_name' of undefined main.js:772And the line is:
else if (typeof(tweetJson.user.screen_name) != 'undefined') { this.screenName = tweetJson.user.screen_name; }
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
The topic ‘JavaScript "Cannod read property 'screen_name" error in main.js’ is closed to new replies.