mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 01:47:21 +08:00
[fabric] Remove invalid override in Group interface. (#27182)
The `get` override fails to compile in TypeScript 2.9.
This commit is contained in:
committed by
Wesley Wigham
parent
64dc73c84c
commit
38006605b1
5
types/fabric/fabric-impl.d.ts
vendored
5
types/fabric/fabric-impl.d.ts
vendored
@@ -1650,11 +1650,6 @@ export class Group {
|
||||
* @chainable
|
||||
*/
|
||||
destroy(): Group;
|
||||
/**
|
||||
* Returns requested property
|
||||
* @param prop Property to get
|
||||
*/
|
||||
get(prop: string): any;
|
||||
/**
|
||||
* Checks whether this group was moved (since `saveCoords` was called last)
|
||||
* @return true if an object was moved (since fabric.Group#saveCoords was called)
|
||||
|
||||
Reference in New Issue
Block a user