mjlecomte
16 Apr 2009, 3:29 PM
A typo of sorts:
load : function(params, reader, callback, scope, arg) {
this.doRequest('load', null, params, reader, null, cb, scope, arg);
},
load : function(params, reader, callback, scope, arg) {
this.doRequest('load', null, params, reader, null, cb, scope, arg);
},