git.asbjorn.biz
/
swftools.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
added kerning support to record device
[swftools.git]
/
lib
/
as3
/
ok
/
undefined.as
1
package {
2
import flash.display.MovieClip;
3
public class Main extends flash.display.MovieClip {
4
var xx = undefined;
5
function Main() {
6
trace("ok");
7
trace("[exit]");
8
}
9
}
10
}
11