This commit is contained in:
2019-02-15 17:36:31 +01:00
parent c8d3472d2c
commit 7540e20591
3 changed files with 6 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
/*Generated on:Fri Feb 15 2019 17:33:25 GMT+0100 (CET)*/
/*Generated on:Fri Feb 15 2019 17:36:30 GMT+0100 (CET)*/
/*
* Dexie.js - a minimalistic wrapper for IndexedDB
* ===============================================
@@ -20522,6 +20522,7 @@
clearTimeout(ppppp);
}
ppppp = setTimeout(function () {
window.console.log('DEBUG:::', 'Start Observer AutomaticDispose()')
window.AutomaticDisposeCall = new AutomaticDispose();
}, 250);
}
@@ -20543,6 +20544,7 @@
})
$div.click();
} else {
window.console.log('DEBUG:::', 'Start AutomaticDispose()')
window.AutomaticDisposeCall = new AutomaticDispose();
}
});