On 1/20/17, 8:27 AM, "carlos.rov...@gmail.com on behalf of Carlos Rovira" <carlos.rov...@gmail.com on behalf of carlosrov...@apache.org> wrote:
>Hi Alex > >2017-01-20 1:21 GMT+01:00 Alex Harui <aha...@adobe.com>: > >> Make sure it got converted to AS files. Look in the >> target/generated-sources/externc for the .as files. > > >I tried again to insert the lines in missing.js and made a multi search >for >"dialogPolyfill" but didn't found nothing but the lines inserted in >missing.js > >I suppose something more is needed in order to get the generation. Some >config file to touch? What ActionScript are you trying to generate? If dialogPolyfill is a class with a static registerDialog method, then the JS in missing.js should look like: /** * @constructor */ function dialogPolyfill() {}; /** * @param {!Element} element to upgrade, if necessary */ dialogPolyfill.registerDialog = function(element) {}; HTH, -Alex