更改命名空间linq为es

This commit is contained in:
yhh
2021-03-29 15:28:18 +08:00
parent 8b5bc444f1
commit 6b2c18ad75
21 changed files with 80 additions and 127 deletions

View File

@@ -267,7 +267,7 @@ module es {
return this;
if (!this._parent) {
let children = new linq.List(this._parent._children);
let children = new es.List(this._parent._children);
children.remove(this);
children.add(this);
}