Skip to content

Commit

Permalink
Fixed unreferenced variable bug
Browse files Browse the repository at this point in the history
  • Loading branch information
philippjfr committed Apr 6, 2017
1 parent f0c31c6 commit 4b63765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion holoviews/plotting/bokeh/callbacks.py
Expand Up @@ -508,7 +508,7 @@ def initialize(self):
if self.plot.renderer.mode == 'server':
self.set_server_callback(handle)
else:
js_callback = self.get_customjs(requested)
js_callback = self.get_customjs(handles)
self.set_customjs_callback(js_callback, handle)
self.callbacks.append(js_callback)
self._callbacks[cb_hash] = self
Expand Down

0 comments on commit 4b63765

Please sign in to comment.