mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-03 04:28:32 +08:00
commit
0626cb4bf5
@ -1411,7 +1411,6 @@ function isCyclic(obj: any): boolean {
|
||||
seenObjects.push(obj);
|
||||
for (var key in obj) {
|
||||
if (obj.hasOwnProperty(key) && detect(obj[key])) {
|
||||
console.log(obj, 'cycle at ' + key);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user