Skip to content

Fix wrong binding of JS this #2310

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 1 commit into from

Conversation

andreabedini
Copy link

inside the closure this binds to the WebSocket object rather than to the figure object. I only briefly tested this but its meaning should be apparent.

inside the closure this binds to the WebSocket object rather than to the figure object.
@pelson
Copy link
Member

pelson commented Aug 19, 2013

Looks fine. @mdboom, would you mind taking a look and merging?

@mdboom
Copy link
Member

mdboom commented Aug 21, 2013

Thanks. This looks good. I'll test and merge when I get back from vacation next week.

@mdboom
Copy link
Member

mdboom commented Aug 26, 2013

Thanks for finding this. I was stumped as to why the onload handler wasn't working. I'm reviving #2054, which is a pretty major refactor of the javascript, so I think it best to just address this and test this there, which I hope to have in a mergeable state soon.

mdboom added a commit to mdboom/matplotlib that referenced this pull request Aug 26, 2013
mdboom added a commit to mdboom/matplotlib that referenced this pull request Aug 26, 2013
@mdboom
Copy link
Member

mdboom commented Sep 3, 2013

Integrated manually as part of 2b241cf

@mdboom mdboom closed this Sep 3, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants