1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-22 21:37:58 +01:00

made followLink() a function in vimperator.buffer. so also other modules can use it

This commit is contained in:
Martin Stubenschrott
2007-11-13 21:31:01 +00:00
parent 1ff3018058
commit 479928bd64
3 changed files with 41 additions and 18 deletions

View File

@@ -50,7 +50,7 @@ const vimperator = (function () //{{{
get mode() { return vimperator.modes.main; },
set mode(value) { vimperator.modes.main = value; },
// Global contants
// Global constants
CURRENT_TAB: 1,
NEW_TAB: 2,
NEW_BACKGROUND_TAB: 3,