1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 15:32:27 +01:00

fixed saving qmarks

This commit is contained in:
Doug Kearns
2007-09-08 10:05:53 +00:00
parent ccb246d187
commit c03c8349b2
2 changed files with 9 additions and 7 deletions

View File

@@ -676,9 +676,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");
}
} //}}}
})(); //}}}