1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-18 10:13:32 +01:00

Move marks to storage module.

This commit is contained in:
Kris Maglione
2008-09-12 00:41:36 +00:00
parent 5608c04d00
commit 40f1c185e8
5 changed files with 57 additions and 47 deletions

View File

@@ -255,9 +255,8 @@ liberator.Events = function () //{{{
var inputBufferLength = 0; // count the number of keys in v.input.buffer (can be different from v.input.buffer.length)
var skipMap = false; // while feeding the keys (stored in v.input.buffer | no map found) - ignore mappings
liberator.storage.newObject('macros', false);
var macros = liberator.storage.newMap('macros', true);
var macros = liberator.storage.macros;
var currentMacro = "";
var lastMacro = "";