Figured it out.  Just had to do this:

var self = this;
d.addCallback( function(req) {
   self.parseResponse(req);
});

Reply via email to