Fix implicit any

This commit is contained in:
Theodore Brown
2015-05-07 01:32:53 -05:00
parent 56b8491cbb
commit 8f6b638c3f
+1 -1
View File
@@ -327,7 +327,7 @@ declare module Pickadate {
render?: () => void;
start?: () => void;
stop?: () => void;
set?: (thingset) => void;
set?: (thingset: any) => void;
}
export interface SetObject {