On the JS side I'm getting
base.js:2498 Uncaught TypeError: Cannot read property 'apply' of undefined
For this line in base.js:
return parentCtor.prototype[methodName].apply(me, args);
where methodName is set__visible
The AS code is:
super.visible = value;
for a method in class A which extends class B which extends GraphicContainer
which extends UIBase
I'm using nightly build falcon from 2 days ago.
Any ideas?
Thanks
--
View this message in context:
http://apache-flex-development.2333347.n4.nabble.com/FlexJS-super-method-calls-broken-tp55727.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.