mirror of
https://github.com/flynx/pWiki.git
synced 2025-11-03 04:20:08 +00:00
...
Signed-off-by: Alex A. Naanou <alex.nanou@gmail.com>
This commit is contained in:
parent
52ccc121c9
commit
c7f657706e
@ -122,7 +122,7 @@ object.Constructor('JournalDB', {
|
|||||||
|
|
||||||
clear: function(){
|
clear: function(){
|
||||||
indexedDB.deleteDatabase(this.id)
|
indexedDB.deleteDatabase(this.id)
|
||||||
delete this.db },
|
delete this.__db },
|
||||||
|
|
||||||
__init__: function(id){
|
__init__: function(id){
|
||||||
var that = this
|
var that = this
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user