his / gwt-gae-channel

Automatically exported from code.google.com/p/gwt-gae-channel
0 stars 0 forks source link

javascript compilation error #14

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in class Channel.java(Line:40) code is:
(event.data);
should be changed to:
(error);

function signature is: function(error)
there is no "event" parameter in this function. looks like a copy&paste issue...

Original issue reported on code.google.com by shpand...@gmail.com on 9 May 2011 at 9:54

GoogleCodeExporter commented 9 years ago
Thanks for the heads up. A fix is on the way.

Original comment by jasonhall@google.com on 9 May 2011 at 10:52

GoogleCodeExporter commented 9 years ago
0.4-alpha jar now available. Please let me know if there are any more problems.

Original comment by jasonhall@google.com on 9 May 2011 at 11:17