mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 09:17:59 +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) {
|
||||
|
||||
var commandlineHandler = Components.classes["@mozilla.org/commandlinehandler/general-startup;1?type=vimperator"]
|
||||
.createInstance(Components.interfaces.nsICommandlineHandler);
|
||||
alert(commandlineHandler.handle)
|
||||
echo: function (str, flags)
|
||||
{
|
||||
liberator.commandline.echo(str, liberator.commandline.HL_NORMAL, flags);
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user