Open console:
Expect 0, get 1. Nice candidate for a unit test.Code:Ext.define('foo', {
extend : 'Ext.data.Model' }).prototype.fields.length
Printable View
Open console:
Expect 0, get 1. Nice candidate for a unit test.Code:Ext.define('foo', {
extend : 'Ext.data.Model' }).prototype.fields.length
You're duping yourself: http://www.sencha.com/forum/showthread.php?247522 :)
Ups, you're right. Time to get some sleep. :)