typo in annotation name
andreaTP opened this issue · 4 comments
andreaTP commented
@scala.scalajs.reflect.annotation.EnableReflectiveInstantion
should be
@scala.scalajs.reflect.annotation.EnableReflectiveInstantiation
sjrd commented
Duh ... Thanks for the report.
gzm0 commented
Whoa... you scared me... For a second I thought the typo is in the actual annotation :P
andreaTP commented
It take me more time to fix all copy pasted errors made at first then to have new Reflect working in Akka.Js
Great work guys thanks!