You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: lib/live/element.rb
+2-2
Original file line number
Diff line number
Diff line change
@@ -57,9 +57,9 @@ def handle(event)
57
57
# Enqueue a remote procedure call to the currently bound page.
58
58
# @parameter method [Symbol] The name of the remote functio to invoke.
59
59
# @parameter arguments [Array]
60
-
defrpc(method,arguments)
60
+
defrpc(*arguments)
61
61
# This update might not be sent right away. Therefore, mutable arguments may be serialized to JSON at a later time (or never). This could be a race condition:
0 commit comments