I tried the following two workarounds and neither one worked: super["replaceChildren"].apply(this, applyParams);
var func:Function = super.replaceChildren; func.apply(this, applyParams); > On Mar 7, 2017, at 11:13 PM, Harbs <harbs.li...@gmail.com> wrote: > > Most of the other ones are “nice to fix”, but have been not too bad to work > around. > > This one seems more serious to me. (i.e. I’m not sure how to work around it.) > > The “super” dropped off in the Javascript, and I don’t know why. > > https://paste.apache.org/FpNl <https://paste.apache.org/FpNl> > > Harbs