fix: addWithUpdate method

This commit is contained in:
codert
2019-04-02 11:36:40 +08:00
parent d698a46d37
commit 0fd67fae46

View File

@@ -2030,10 +2030,11 @@ export class Group {
constructor(objects?: Object[], options?: IGroupOptions, isAlreadyGrouped?: boolean);
/**
* Adds an object to a group; Then recalculates group's dimension, position.
* @param [Object] object
* @return thisArg
* @chainable
*/
addWithUpdate(object: Object): Group;
addWithUpdate(object?: Object): Group;
/**
* Removes an object from a group; Then recalculates group's dimension, position.
* @return thisArg