更改命名空间linq为es
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user