Stable/unstable
This commit is contained in:
parent
c10d855260
commit
e641c4e38b
@ -371,7 +371,6 @@ export default class Find {
|
|||||||
PrivateFind.error("Use select, before draw. Or you can use render.");
|
PrivateFind.error("Use select, before draw. Or you can use render.");
|
||||||
}
|
}
|
||||||
let group = this.groups[PrivateFind.arrayFindElement(this.groups, this.__id)];
|
let group = this.groups[PrivateFind.arrayFindElement(this.groups, this.__id)];
|
||||||
console.log(group);
|
|
||||||
if (typeof group !== "object") {
|
if (typeof group !== "object") {
|
||||||
PrivateFind.findTypeError(group, "object");
|
PrivateFind.findTypeError(group, "object");
|
||||||
return this;
|
return this;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user