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);
},
load : function(params, reader, callback, scope, arg) {
this.doRequest('load', null, params, reader, null, cb, scope, arg);
},