On 2/15/17, 12:48 PM, "Harbs" <[email protected]> wrote:
>Based on the errors, I don’t think renaming them will be enough.
>
>One of the errors is on Map.delete (which we cannot change)
>
> [asdoc]
>C:\Jenkins\workspace\flex-asjs\frameworks\projects\Core\src\main\flex\org\
>apache\flex\utils\ObjectMap.as(121): col: 32 Error: Syntax error:
>expecting identifier before delete.
> [asdoc]
> [asdoc] this.delete = _map.delete.bind(_map);
> [asdoc] ^
You might have been able to get away with:
_map["delete"].bind(_map);
-Alex