X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Ftypeof.as;h=138d8951d6cfd36e5cf812ada5d89c0bb17dd017;hb=d9ef7c0f7757575fb40ba2a59b5cac201a5c27fc;hp=029fde042bda4d218a28e5b9f905dc3a7c2be002;hpb=ec2bbbdb17f4d4e58e52beef98345bccbebd80df;p=swftools.git diff --git a/lib/as3/ok/typeof.as b/lib/as3/ok/typeof.as index 029fde0..138d895 100644 --- a/lib/as3/ok/typeof.as +++ b/lib/as3/ok/typeof.as @@ -11,6 +11,7 @@ package { if(typeof(f)=="function") trace("ok 6/7"); if(typeof(Main)=="object" || typeof(Main)=="movieclip") trace("ok 7/7"); + trace("[exit]"); } } }