X-Git-Url: http://git.asbjorn.biz/?a=blobdiff_plain;f=lib%2Fas3%2Fok%2Ftypeof.as;h=138d8951d6cfd36e5cf812ada5d89c0bb17dd017;hb=4dacf8e5890fb8cd0f53afbd4305c8b9ff9e7986;hp=029fde042bda4d218a28e5b9f905dc3a7c2be002;hpb=bac7bd61361384cc0a9e255e508e6f9415ae87ff;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]"); } } }