mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-29 04:15:45 +01:00
Add some API docs for liberator.
This commit is contained in:
@@ -435,7 +435,6 @@ Option.prototype = {
|
||||
*/
|
||||
Option.validateCompleter = function (values)
|
||||
{
|
||||
liberator.log(values instanceof Array)
|
||||
let context = CompletionContext("");
|
||||
let res = context.fork("", 0, this, this.completer);
|
||||
if (!res)
|
||||
|
||||
Reference in New Issue
Block a user