1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-02-24 01:55:46 +01:00

whitespace fixes

This commit is contained in:
Doug Kearns
2008-12-18 19:38:05 +11:00
parent b200139456
commit c11e153766
8 changed files with 8 additions and 10 deletions

View File

@@ -171,7 +171,6 @@ function AutoCommands() //{{{
completion.setFunctionCompleter(autocommands.get, [function () config.autocommands]);
});
return {
__iterator__: function () util.Array.iterator(store),