Fix lint error

This commit is contained in:
ForbesLindesay 2015-11-10 10:38:46 +00:00
parent 650cb22fd8
commit 5f1329ef5a

View File

@ -84,7 +84,7 @@ export function chain(...fns: Array<Function>): Function {
for (let fn of fns) {
fn(...args);
}
};
}
validate.chainOf = fns;
return validate;
}