You found a bug! We've classified it as
EXTJS-15667 .
We encourage you to continue the discussion and to find an acceptable workaround while we work on a permanent fix.No warning when misnaming a class
No warning when misnaming a class
Notice override vs overrides typo, this should crash hard on the console. Blank white page with Ext 5.0.1
Code:
Ext.define("CZ.overrides.XTemplate", {
});Code:
Ext.application({
name : 'CZ',
appFolder : 'js/CZ',
requires : [
'CZ.override.XTemplate'
],
launch : function () {
debugger;
}
});
[OPEN] No warning when misnaming a class
Aucun commentaire:
Enregistrer un commentaire