Skip to content

Commit

Permalink
ENH: fix webio custom js for webIO >= 0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
sglyon committed Dec 3, 2018
1 parent dd88aec commit c54b847
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion assets/index.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import {contains, filter, has, isNil, type} from 'ramda';


WebIO.CommandSets.Plotly = {
WebIO.PlotlyCommands = {
filterEventData: function(gd, eventData, event) {
let filteredEventData;
if (contains(event, ['click', 'hover', 'selected'])) {
Expand Down
2 changes: 1 addition & 1 deletion assets/plotly_webio.bundle.js

Large diffs are not rendered by default.

0 comments on commit c54b847

Please sign in to comment.