Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
Alex A. Naanou 2022-11-10 21:33:42 +03:00
parent 52ccc121c9
commit c7f657706e

View File

@ -122,7 +122,7 @@ object.Constructor('JournalDB', {
clear: function(){
indexedDB.deleteDatabase(this.id)
delete this.db },
delete this.__db },
__init__: function(id){
var that = this