mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 13:22:28 +01:00
remove cruft accidentally committed in last changeset
This commit is contained in:
@@ -789,11 +789,8 @@ const liberator = (function () //{{{
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
echo: function (str, flags) {
|
echo: function (str, flags)
|
||||||
|
{
|
||||||
var commandlineHandler = Components.classes["@mozilla.org/commandlinehandler/general-startup;1?type=vimperator"]
|
|
||||||
.createInstance(Components.interfaces.nsICommandlineHandler);
|
|
||||||
alert(commandlineHandler.handle)
|
|
||||||
liberator.commandline.echo(str, liberator.commandline.HL_NORMAL, flags);
|
liberator.commandline.echo(str, liberator.commandline.HL_NORMAL, flags);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user