-
3 Dec 2012 12:54 AM #1
Unanswered: TypeError: t is null in ext-all.js line 38
Unanswered: TypeError: t is null in ext-all.js line 38
Hi guys get the following error when trying to run a tree example fetching the json via ajax.Code:TypeError: t is null in ext-all.js line 38
The line in question is rather long I can't find a variable 't'.
I can include my source if needed (there isn't much) but I wondered if this is a common noob-gotcha that I've tripped on?
-
4 Dec 2012 1:50 PM #2Sencha - Senior Forum Manager
- Join Date
- Mar 2007
- Location
- St. Louis, MO
- Posts
- 33,581
- Vote Rating
- 433
- Answers
- 3100
You need to not use a minified file, use ext-all-debug.js and that will tell you what line in what method in what class the error is firing.
Mitchell Simoens @SenchaMitch
Sencha Inc, Senior Forum Manager
________________
http://www.JSONPLint.com - Source to lint your JSONP!
Check out my GitHub, lots of nice things for Ext JS 4 and Sencha Touch 2
https://github.com/mitchellsimoens
Think my support is good? Get more personalized support via a support subscription. https://www.sencha.com/store/
Need more help with your app? Hire Sencha Services services@sencha.com
Want to learn Sencha Touch 2? Check out Sencha Touch in Action that is almost in print!
When posting code, please use BBCode's CODE tags.


Reply With Quote