Commit 743cd1ae authored by rockyl's avatar rockyl

修复

parent 234db6e3
...@@ -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