清理代码

pull/7/head
ChenX 7 years ago
parent 3bbf8b03a4
commit 2fc902ed1b

@ -1,7 +1,5 @@
import * as _ from "lodash";
import { ArrayRemove } from '../../Common/Utils';
/**
* Layout onsize
*
@ -41,7 +39,7 @@ class LayoutOnsizeEventManage
{
if (this.callbackList.has(id))
{
_.remove(this.callbackList.get(id), callback);
ArrayRemove(this.callbackList.get(id), callback);
}
}
}

Loading…
Cancel
Save