# HG changeset patch # User Aurelien Campeas # Date 1348067764 -7200 # Node ID 5096071b7e1c0184852394099cfc47d955dcd5c6 # Parent e2ba137b2bf9f51367cb8a74979831d45e2613ad [ajax] fix attribute lookup (closes #2491038) diff -r e2ba137b2bf9 -r 5096071b7e1c web/data/cubicweb.ajax.js --- a/web/data/cubicweb.ajax.js Tue Dec 11 18:20:00 2012 +0100 +++ b/web/data/cubicweb.ajax.js Wed Sep 19 17:16:04 2012 +0200 @@ -70,7 +70,7 @@ callback.apply(null, args); } } catch(error) { - this.error(this.xhr, null, error); + this.error(this._req, null, error); } },