If you are looking for the decompiler itself, visit https://github.com/jindrapetrik/jpexs-decompiler
NEW : We have got a new blog where we post some interesting SWF internals info.
List of issues#276 Anonymous functions are being instantiated with "new function()" instead of "function()"
Author: soywiz
Date created:
Type: bug
Visibility: Everybody
Assigned to:
Labels: AS3
State: closed
v1.6.7
testRunner.addEventListener(TestRunnerBase.MAIN_MESSAGE,new
function(event:UpdateTextEvent):void {
-->
testRunner.addEventListener(TestRunnerBase.MAIN_MESSAGE,
function(event:UpdateTextEvent):void {
State: new→opened
version 1.7.0 was released
this should be fixed, try it
State: opened→upgraded
State: upgraded→closed