In the documentation:

http://ift.tt/1vgeJ6H

It's said that: Ext JS 5 eliminated the need to call initConfig() manually.


I have copied the example in fiddle: http://ift.tt/UT1Q7u and is not working as it says.


But if I add:



Code:



constructor: function(config) {
this.initConfig(config);
},

Then it works as expected.