1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-05 10:15:45 +01:00

[tele] Fix some broken indentation. Fix commandline.open references. Remove useless try-catch blocks.

This commit is contained in:
Kris Maglione
2011-02-24 15:04:37 -05:00
parent 8c8bff1282
commit 7d180d25e4
2 changed files with 11 additions and 26 deletions

View File

@@ -144,7 +144,7 @@ const Addressbook = Module("addressbook", {
else
displayName = "-name=\"" + displayName.replace(/"/g, "") + "\"";
commandline.open(":", "contact " + address + " " + displayName, modes.EX);
CommandExMode().open("contact " + address + " " + displayName);
});
},
services: function initServices(dactyl, modules, window) {