web/data/cubicweb.ajax.js
changeset 8627 5096071b7e1c
parent 8596 bd4f5052a532
child 8880 1cad6662e199
equal deleted inserted replaced
8626:e2ba137b2bf9 8627:5096071b7e1c
    68                 var args = [result, this._req];
    68                 var args = [result, this._req];
    69                 jQuery.merge(args, this._onSuccess[i][1]);
    69                 jQuery.merge(args, this._onSuccess[i][1]);
    70                 callback.apply(null, args);
    70                 callback.apply(null, args);
    71             }
    71             }
    72         } catch(error) {
    72         } catch(error) {
    73             this.error(this.xhr, null, error);
    73             this.error(this._req, null, error);
    74         }
    74         }
    75     },
    75     },
    76 
    76 
    77     error: function(xhr, status, error) {
    77     error: function(xhr, status, error) {
    78         this._error = error;
    78         this._error = error;