This commit is contained in:
Simon Kornblith 2007-08-14 21:46:49 +00:00
parent 289abf6133
commit d8d683061e

View File

@ -501,8 +501,8 @@ Zotero.Annotations.prototype.save = function() {
}
Zotero.DB.commitTransaction();
} catch(e) {
throw(e);
Zotero.DB.rollbackTransaction();
throw(e);
}
}