Sencha build error when viewed in browser
问题 I have finally managed to create a production build of my sencha web app using Cmd 3.10.2.342 and touch 2.2.1 All my bespoke files are included and deltas are created as one would expect. However, when I run it in the browser, it stalls at the loading view. Console log says: TypeError: 'undefined' is not a function (evaluating 'h.call(w,w)') I have traced the error to Ext.application({... in app.js. I have tried the following changes, but still get errors: new Ext.application({... Ext