AS3: Experimental graph function

This commit is contained in:
Jindra Pet��k
2010-09-19 10:07:38 +02:00
parent 0c579e1f1c
commit 86f602ff80
11 changed files with 694 additions and 2 deletions
+1 -1
View File
@@ -691,7 +691,7 @@ public class ABC {
"extends", "false", "finally", "for", "function", "if", "implements", "import", "in", "instanceof",
"interface", "internal", "is", "native", "new", "null", "package", "private", "protected", "public",
"return", "super", "switch", "this", "throw", "true", "try", "typeof", "use", "var", /*"void",*/ "while",
"with"};
"with","dynamic","default","final"};
public int unknownCount = 0;
public void cleanOneName(int index) {