1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 06:17:58 +01:00

rename Command's bangAllowed property to bang

This commit is contained in:
Doug Kearns
2008-10-04 16:48:32 +00:00
parent 7cd9f28279
commit 2ebb57fe93
11 changed files with 48 additions and 48 deletions

View File

@@ -126,7 +126,7 @@ liberator.AutoCommands = function () //{{{
}
},
{
bangAllowed: true,
bang: true,
completer: function (filter) liberator.completion.autocommand(filter)
});