We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a1b4c4 commit 444eb69Copy full SHA for 444eb69
1 file changed
src/player.moo
@@ -114,7 +114,7 @@ object PLAYER
114
"For now we'll just pick the first content-type...";
115
{?content_type = 'text_plain, @others} = content_types;
116
try
117
- transformed = event:transform_for(connection_obj, content_type);
+ transformed = event:transform_for(this, content_type);
118
except e (ANY)
119
transformed = "FAILED EVENT: " + toliteral(event) + "\n " + toliteral(e);
120
endtry
0 commit comments