typo for the source, should be any, not function

This commit is contained in:
tigerswithguitars
2014-09-18 18:04:46 +01:00
parent 665516c395
commit 6a93336c48
+1 -1
View File
@@ -674,7 +674,7 @@ declare module fabric {
}
export interface IPatternOptions {
source: () => any;
source: any;
offsetX: number;
offsetY: number;
repeat: string;