DefinitelyTyped/types/fabric
robmandoe 9fddebe843
needs... objectCaching?: boolean; ...on IObjectOptions
added...
	/**
	 * When `true`, object is cached on an additional canvas.
	 */
	objectCaching?: boolean;

to...  interface IObjectOptions

otherwise our developers need to make this change manually after every 'npm install' in our project
2018-05-11 17:17:13 +10:00
..
test Fabric (#25168) 2018-04-24 15:58:36 -07:00
fabric-impl.d.ts needs... objectCaching?: boolean; ...on IObjectOptions 2018-05-11 17:17:13 +10:00
index.d.ts Fabric (#25168) 2018-04-24 15:58:36 -07:00
tsconfig.json
tslint.json