Fix occasional crash when loading Docs app.
For some reason Ext.create() was unable to load Ext.XTemplate on demand. But anyway it should be better to do all class loading asynchronously, so now the creation of XTemplate happens at class instantiantion time (rather than at class definition time).
Loading
Please register or sign in to comment