[fabric] Remove invalid override in Group interface. (#27182)

The `get` override fails to compile in TypeScript 2.9.
This commit is contained in:
Dave Dunkin
2018-07-20 18:08:31 -07:00
committed by Wesley Wigham
parent 64dc73c84c
commit 38006605b1

View File

@@ -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)