PDA

View Full Version : [FIXED][3.x] Ext.data.DataProxy cb undefined


mjlecomte
04-16-2009, 06:29 PM
A typo of sorts:

load : function(params, reader, callback, scope, arg) {
this.doRequest('load', null, params, reader, null, cb, scope, arg);
},

evant
04-17-2009, 05:59 PM
Fixed, thanks.