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

Bang on the tests a bit more.

This commit is contained in:
Kris Maglione
2011-01-29 22:10:51 -05:00
parent 9128fcc51a
commit c50ddf6bb6
5 changed files with 56 additions and 38 deletions

View File

@@ -133,9 +133,9 @@ var QuickMarks = Module("quickmarks", {
quickmarks.remove(args[0]);
},
{
argCount: "?",
bang: true,
completer: function (context) completion.quickmark(context),
literal: 0
completer: function (context) completion.quickmark(context)
});
commands.add(["qma[rk]"],
@@ -171,8 +171,8 @@ var QuickMarks = Module("quickmarks", {
function (args) {
quickmarks.list(args[0] || "");
}, {
argCount: "?",
completer: function (context) completion.quickmark(context),
literal: 0
});
},
completion: function () {