Skip to content

Commit cb30107

Browse files
author
dandean
committed
cleanup
1 parent f8ceb3c commit cb30107

File tree

2 files changed

+1
-8
lines changed

2 files changed

+1
-8
lines changed

TODO.md

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Features
66
--------
77

88
* minLength and maxLength validators
9+
* configurability
910

1011

1112
Testing and Compatibility

lib/connect-validation.js

-8
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,3 @@ form.validator = function(fieldname, label) {
4848
};
4949

5050
module.exports = form;
51-
52-
// Options:
53-
// * flash errors (false)
54-
// * persist fields as locals (true)
55-
// * debug (false)
56-
module.exports.configure = function(options) {
57-
};
58-

0 commit comments

Comments
 (0)