Error upgrading from ExtJs3 to ExtJs4-''members is udefined" in compat mode?
问题 I'm updating my project from Ext3.3 to Ext4. I have added the ext3-core-compat.js and ext3-compat.js files after added the new ext4 ext-all-debug.js file. I am getting a members is udefined error on line 3262 of ext-all-debug.js. Which is inside the Ext.extend method which accepts 3 parameters: Ext.extend = function(subclass, superclass, members) i can see from the ExtJs4 documentation that Ext.extend is deprecated, however I just want to get my code working before I change all of my Ext