X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Fboundmethod.as;h=0a18e7e0c8e710914dce0d0ac5fb080745e49e96;hb=e1b1d44814fded4b2c363b52bc905704feeb65be;hp=ecf77ec9ee8a721a238de5ae493ee780c4980a01;hpb=2d417c10037b21df554449d053cb8c9a3628d207;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]"); } } }