Commit cec1b2c5 authored by Romain Courteaud's avatar Romain Courteaud

idb

parent 24c5a81c
......@@ -194,10 +194,7 @@
});
};
tx.onerror = reject;
// tx.onabort = reject;
tx.onabort = function (evt) {
reject(evt.target);
};
tx.onabort = reject;
}
return new RSVP.Promise(resolver, canceller);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment