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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user