Commit 743cd1ae authored by rockyl's avatar rockyl

修复

parent 234db6e3
......@@ -9,15 +9,15 @@ import {IUIComponent} from "./IUIComponent";
export const proxyMethods = [
'onChildrenChange',
'addChild',
'addChildAt',
'swapChildren',
'getChildIndex',
'setChildIndex',
'getChildAt',
'getChildByName',
'removeChild',
'removeChildAt',
'removeChildren',
//'addChildAt',
//'swapChildren',
//'getChildIndex',
//'setChildIndex',
//'getChildAt',
//'getChildByName',
//'removeChild',
//'removeChildAt',
//'removeChildren',
];
export class ScrollView extends ScrollViewBase implements IUIComponent {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment