-
25 Sep 2012 7:31 AM #1
Order in all-classes.js wrong on app build
Order in all-classes.js wrong on app build
Hi there,
I experience strange behavior with the app build. the compiled all-classes.js has a wrong order and puts a Ext.define before it creates the Ext object... This is happening in a more complex app where I migrated the skeleton from a generate app command... It is building fine in the skeleton itself...
PHP Code:Ext.define("Ext.data.ResultSet", { loaded: true, count: 0, total: 0, success: false, constructor: function(a) { Ext.apply(this, a); this.totalRecords = this.total; if (a.count === undefined) { this.count = this.records.length } }});var Ext = Ext || {};Ext._startTime = new Date().getTime();
Thanks
Flooo
-
25 Sep 2012 10:37 AM #2Sencha - Architect Dev Team
- Join Date
- Jan 2009
- Location
- Frederick, Maryland
- Posts
- 116
- Vote Rating
- 3
-
25 Sep 2012 1:10 PM #3
-
29 Sep 2012 12:52 PM #4
This should be fixed in the 3.0.0.181 build.
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
Success! Looks like we've fixed this one. According to our records the fix was applied for
a bug in our system
in
a recent build.


Reply With Quote