Threaded View
-
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
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