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

revert changes to accidentally included files in last commit

This commit is contained in:
Doug Kearns
2007-08-27 12:21:34 +00:00
parent 4f8a415054
commit b70ee84a0f
2 changed files with 11 additions and 38 deletions

View File

@@ -64,7 +64,6 @@ const vimperator = (function() //{{{
mode_messages[modes.QUICK_HINT] = "quick";
mode_messages[modes.EXTENDED_HINT] = "extended";
mode_messages[modes.ALWAYS_HINT] = "always";
mode_messages[modes.MENU] = "menu";
var mode = modes.NORMAL;
var extended_mode = modes.NONE;