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

Remove redundant use of Option.validateCompleter.

This is run by default now.

--HG--
extra : rebase_source : 5e8a58550a0c6c3c9fb0cc146bb6405009a24ade
This commit is contained in:
Doug Kearns
2010-10-15 10:30:49 +11:00
parent 0abc4fbc33
commit 2de4120afe
3 changed files with 4 additions and 9 deletions

View File

@@ -582,7 +582,6 @@ const Option = Class("Option", {
throw ValueError(error);
},
// TODO: Run this by default?
/**
* Validates the specified <b>values</b> against values generated by the
* option's completer function.