1
0
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:
Doug Kearns
2007-06-18 05:37:14 +00:00
parent fc7cae2575
commit 2c0a766b77
2 changed files with 9 additions and 11 deletions

View File

@@ -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 +