nafg / reactive

A simple FRP library and a web UI framework built on it
Other
215 stars 39 forks source link

Fix error message text #96

Open lvitaly opened 10 years ago

lvitaly commented 10 years ago

Is it right error message "LiftCometSupport was not initialized! You must call LiftCometSupport.init() in boot in order to use LiftCometTransportType." for not initialized LiftCometTransportType?

https://github.com/nafg/reactive/blob/v0.4.0/reactive-web-lift/src/main/scala/reactive/web/lift/LiftCometTransportType.scala

nafg commented 10 years ago

Great catch! As you probably suspect, it should say "LiftCometTransportType." I guess that was its original name way back while 18b49c615f0f7cf12688b9b44fdb073a61f7e446 was taking shape. Apparently it was committed with the wrong name then. PR welcome, if you wish ;)