mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-29 03:52:26 +01:00
merge those pesky missing semicolons
This commit is contained in:
@@ -32,7 +32,7 @@ vimperator.Buffer = function() //{{{
|
||||
////////////////////// PRIVATE SECTION /////////////////////////////////////////
|
||||
/////////////////////////////////////////////////////////////////////////////{{{
|
||||
// used for the "B" mapping to remember the last :buffer[!] command
|
||||
var lastBufferSwitchArgs = "";
|
||||
var lastBufferSwitchArgs = "";
|
||||
var lastBufferSwitchSpecial = true;
|
||||
|
||||
var zoom_manager = ZoomManager.prototype.getInstance();
|
||||
|
||||
Reference in New Issue
Block a user