mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-03 16:54:11 +01:00
remove debug toString() methods now we have vimperator.logObject
This commit is contained in:
@@ -89,18 +89,7 @@ Map.prototype.execute = function(motion, count, argument)
|
||||
args.push(argument);
|
||||
this.action.apply(this, args);
|
||||
}
|
||||
|
||||
Map.prototype.toString = function()
|
||||
{
|
||||
return "Map {" +
|
||||
"\n\tmode: " + this.mode +
|
||||
"\n\tnames: " + this.names +
|
||||
"\n\taction: " + this.action +
|
||||
"\n\tusage: " + this.usage +
|
||||
"\n\tshort_help: " + this.short_help +
|
||||
"\n\thelp: " + this.help +
|
||||
"\n}"
|
||||
} //}}}
|
||||
//}}}
|
||||
|
||||
function Mappings() //{{{
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user