remove unneeded file

This commit is contained in:
John Bintz 2008-10-16 13:53:59 -04:00
parent ab40ac919b
commit 1bb79c7974
1 changed files with 0 additions and 5 deletions

View File

@ -1,5 +0,0 @@
class JavaScriptCallback {
public function parse(t : Token) {
js.Lib.document.getElementById("Current token: " + t.token);
}
}