• Emmanuel Kasper's avatar
    ext5migrate: replace deprecated call Ext.ModelMgr.create() · 2489e2ab
    Emmanuel Kasper authored
    Ext.ModelMgr.create() was removed in 5.*
    The recommended way to create a new instance is to call Ext.create()
    Ext.create() does not take a "id" argument, however it sets
    the id of the instance to the id  of the config object given
    to the Ext.create() call.
    2489e2ab
Name
Last commit
Last update
..
data Loading commit data...
form Loading commit data...
tree Loading commit data...
window Loading commit data...
StateProvider.js Loading commit data...
Utils.js Loading commit data...
Workspace.js Loading commit data...