added any to options type

Fixed failing run
This commit is contained in:
HowardRichards
2014-08-29 14:34:33 +01:00
parent 5b45669639
commit dade09fe9d
+1 -1
View File
@@ -316,7 +316,7 @@ declare module Valerie {
// - either parameter can be omitted and a clone of the other parameter will be returned
// - the merge is shallow
// - array properties are shallow cloned
mergeOptions(defaultOptions: ValidationOptions, options): ValidationOptions;
mergeOptions(defaultOptions: ValidationOptions, options:any): ValidationOptions;
}