X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Fboundmethod.as;h=0a18e7e0c8e710914dce0d0ac5fb080745e49e96;hb=d9ef7c0f7757575fb40ba2a59b5cac201a5c27fc;hp=ecf77ec9ee8a721a238de5ae493ee780c4980a01;hpb=ec2bbbdb17f4d4e58e52beef98345bccbebd80df;p=swftools.git diff --git a/lib/as3/ok/boundmethod.as b/lib/as3/ok/boundmethod.as index ecf77ec..0a18e7e 100644 --- a/lib/as3/ok/boundmethod.as +++ b/lib/as3/ok/boundmethod.as @@ -22,6 +22,8 @@ package { x = (new Other).print2; x(); + + trace("[exit]"); } } }