Skip to content
Commit d9d75d1c authored by Rene Saarsoo's avatar Rene Saarsoo
Browse files

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).
parent f5e9edc5
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment