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"; ...@@ -9,15 +9,15 @@ import {IUIComponent} from "./IUIComponent";
export const proxyMethods = [ export const proxyMethods = [
'onChildrenChange', 'onChildrenChange',
'addChild', 'addChild',
'addChildAt', //'addChildAt',
'swapChildren', //'swapChildren',
'getChildIndex', //'getChildIndex',
'setChildIndex', //'setChildIndex',
'getChildAt', //'getChildAt',
'getChildByName', //'getChildByName',
'removeChild', //'removeChild',
'removeChildAt', //'removeChildAt',
'removeChildren', //'removeChildren',
]; ];
export class ScrollView extends ScrollViewBase implements IUIComponent { 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