mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-09-09 11:13:57 +08:00
typo for the source, should be any, not function
This commit is contained in:
Vendored
+1
-1
@@ -674,7 +674,7 @@ declare module fabric {
|
||||
}
|
||||
|
||||
export interface IPatternOptions {
|
||||
source: () => any;
|
||||
source: any;
|
||||
offsetX: number;
|
||||
offsetY: number;
|
||||
repeat: string;
|
||||
|
||||
Reference in New Issue
Block a user