On 9/17/14 3:44 PM, "OmPrakash Muppirala" <bigosma...@gmail.com> wrote:
>I was looking at making GraphicShape implement IUIBase. > >The AS interface has a bunch of method definitions >https://github.com/apache/flex-asjs/blob/develop/frameworks/as/projects/Fl >exJSUI/src/org/apache/flex/core/IUIBase.as > >The JS interface is looking empty >https://github.com/apache/flex-asjs/blob/develop/frameworks/js/FlexJS/src/ >org/apache/flex/core/IUIBase.js > >Is this intentional? Yes. No code runs in the JS or AS version and the AS version should be all that's needed for type-checking. If Closure Compiler needs it then we can fill it in. -Alex