Error appear on ExtJS 5 when I create a simple window:
Ext.create('Ext.window.Window',{title: 'Simple Title',
height: 500,
width: 500,
autoShow: true})
What am I doing wrong?
edit: trying to create the project with minimum files: ext-all.js and ext-theme-neptune-all.css