Threaded View
-
14 Nov 2012 8:40 AM #1Sencha - Community Support Team
- Join Date
- Nov 2007
- Location
- Helsingborg, Sweden
- Posts
- 2,456
- Vote Rating
- 53
[2.1] Ext.data.Model leaks a field
[2.1] Ext.data.Model leaks a field
Open console:
Expect 0, get 1. Nice candidate for a unit test.Code:Ext.define('foo', { extend : 'Ext.data.Model' }).prototype.fields.length
This issue duplicates another issue.


Reply With Quote