1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-11-30 13:29:56 +00:00

Whitespace

This commit is contained in:
Jeremy Ruston 2024-02-22 12:13:53 +00:00
parent a33705e348
commit 310b5f058a

View File

@ -50,7 +50,7 @@ SqlTiddlerDatabase.prototype.close = function() {
for(const sql in this.statements) {
if(this.statements[sql].finalize) {
this.statements[sql].finalize();
}
}
}
this.statements = Object.create(null);
this.db.close();