attempt to try fix the CompileMavenGeneratedJSLibrary test case

This commit is contained in:
James Strachan
2012-07-05 08:56:06 +01:00
parent 2090b422c0
commit b1d231d0e0
@@ -6,7 +6,7 @@ import java.util.NoSuchElementException
import java.lang.UnsupportedOperationException
// not using an enum for now as JS generation doesn't support it
public object State {
object State {
val Ready = 0
val NotReady = 1
val Done = 2