From 6a93336c48e7865227429ffe150d000c28e628b3 Mon Sep 17 00:00:00 2001 From: tigerswithguitars Date: Thu, 18 Sep 2014 18:04:46 +0100 Subject: [PATCH] typo for the source, should be any, not function --- fabricjs/fabricjs.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fabricjs/fabricjs.d.ts b/fabricjs/fabricjs.d.ts index 9903d9065..81397ea4a 100644 --- a/fabricjs/fabricjs.d.ts +++ b/fabricjs/fabricjs.d.ts @@ -674,7 +674,7 @@ declare module fabric { } export interface IPatternOptions { - source: () => any; + source: any; offsetX: number; offsetY: number; repeat: string;