Commit 94fffc50 authored by 任建锋's avatar 任建锋

Merge branch 'designtime' of http://gitlab2.dui88.com/laoqifeng/zeroing-engine into designtime

parents 26790fa6 743cd1ae
......@@ -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