1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 06:27:59 +01:00

Fix local mapping bug. Change statusline API slightly.

This commit is contained in:
Kris Maglione
2011-02-28 19:44:46 -05:00
parent 74fbc5833f
commit ea6c7cc800
9 changed files with 89 additions and 82 deletions

View File

@@ -15,7 +15,7 @@ var QuickMarks = Module("quickmarks", {
init: function () {
this._qmarks = storage.newMap("quickmarks", { store: true });
storage.addObserver("quickmarks", function () {
statusline.updateUrl();
statusline.updateStatus();
}, window);
},