mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-10 18:53:32 +02:00
remove unused prev_match and heredoc global variables
This commit is contained in:
@@ -31,10 +31,6 @@ var vimperator = null;
|
|||||||
|
|
||||||
var popup_allowed_events; // need to change and reset this firefox pref
|
var popup_allowed_events; // need to change and reset this firefox pref
|
||||||
|
|
||||||
// handles multi-line commands
|
|
||||||
var prev_match = new Array(5);
|
|
||||||
var heredoc = '';
|
|
||||||
|
|
||||||
// called when the chrome is fully loaded and before the main window is shown
|
// called when the chrome is fully loaded and before the main window is shown
|
||||||
window.addEventListener("load", init, false);
|
window.addEventListener("load", init, false);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user