Uncaught-TypeError-Cannot-call-method-substring-of-undefined-sencha-touch-all.js
问题 I am a new to Sencha Touch, though I have little knowledge about MVC, I am getting an error while I try to build an application following the video tutorial of Sencha Touch 2 as: Uncaught TypeError: Cannot call method 'substring' of undefined sencha-touch-all.js:35 The code is as follows: app.js: Ext.Loader.setConfig({ enabled: true }); Ext.application({ name: 'SBR', controllers: [ 'Main' ], launch: function(){ Ext.create('Ext.TabPanel',{ fullscreen: true, tabBarPosition: 'bottom', items: [ {