mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-06 18:14:12 +01:00
many help fixes
moved echo() -> vimperator.echo() and removed old XUL entries.
This commit is contained in:
@@ -369,10 +369,7 @@ function QM()
|
||||
{
|
||||
//logObject(vimperator);
|
||||
logMessage(vimperator.getpr("complete"));
|
||||
// var command_widget = document.getElementById('new-vim-commandbar');
|
||||
// logMessage(command_widget);
|
||||
//setTimeout(function() {logObject(vimperator)}, 1000);
|
||||
//Vimperator.echo("test");
|
||||
|
||||
this.add = function() { alert('add');};
|
||||
this.rem = function() { vimperator.echo("rem"); logObject(vimperator)};
|
||||
this.zoom = function() { vimperator.zoom_to(200); logObject(vimperator)};
|
||||
|
||||
Reference in New Issue
Block a user