mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-03-12 12:15:45 +01:00
improve whitespace formatting of Command.toString
This commit is contained in:
@@ -46,7 +46,6 @@ Map.prototype.execute = function(motion, count, argument)
|
||||
|
||||
Map.prototype.toString = function()
|
||||
{
|
||||
// FIXME: -- djk
|
||||
return "Map {" +
|
||||
"\n\tmode: " + this.mode +
|
||||
"\n\tnames: " + this.names +
|
||||
|
||||
Reference in New Issue
Block a user