1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-05 23:34:10 +01:00

fixed saving qmarks

This commit is contained in:
Martin Stubenschrott
2007-09-06 21:36:50 +00:00
parent 804502c156
commit 5263b351ac
2 changed files with 9 additions and 7 deletions

View File

@@ -697,9 +697,11 @@ const vimperator = (function() //{{{
// save our preferences
vimperator.commandline.destroy();
vimperator.events.destroy();
vimperator.options.destroy();
vimperator.quickmarks.destroy();
vimperator.options.destroy();
vimperator.events.destroy();
window.dump("All vimperator modules destroyed\n");
}
} //}}}
})(); //}}}