Use camelCase for thingSet parameter

This commit is contained in:
Theodore Brown
2015-05-07 10:36:32 -05:00
parent 8cf87c48c6
commit 66320d234b
+1 -1
View File
@@ -330,7 +330,7 @@ declare module Pickadate {
render?: () => void;
start?: () => void;
stop?: () => void;
set?: (thingset: any) => void;
set?: (thingSet: any) => void;
}
export interface SetObject {