Add buffers argument to a widget custom message handler

This change should have been made with the custom serialization changes a few weeks ago.  Thanks to @ssunkara1 for catching this.
pull/37/head
Jason Grout 11 years ago committed by Min RK
parent c353c6bbe6
commit 1f6d6c5582

@ -55,7 +55,7 @@ class Text(_String):
self._submission_callbacks = CallbackDispatcher()
self.on_msg(self._handle_string_msg)
def _handle_string_msg(self, _, content):
def _handle_string_msg(self, _, content, buffers):
"""Handle a msg from the front-end.
Parameters

Loading…
Cancel
Save