Skip to content

Commit

Permalink
BUG FIX: Double underscore xdatalogger api bug fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpbarany committed Jul 15, 2014
1 parent 45e5bd7 commit 6a15a0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tangelo_html/js/app/util.graph.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function tickDynamic() {

/*** Configure drag behaviour ***/
function dragstarted(d){
XDATA.LOGGER.logUserActivity("User has started to drag community browser node.", "drag__object_start", XDATA.LOGGER.WF_EXPLORE, {"id":d.nodename});
XDATA.LOGGER.logUserActivity("User has started to drag community browser node.", "drag_object_start", XDATA.LOGGER.WF_EXPLORE, {"id":d.nodename});
d3.event.sourceEvent.stopPropagation();
d3.select(this).classed("fixed", d.fixed = false);
d3.select(this).classed("dragging", true);
Expand Down

0 comments on commit 6a15a0e

Please sign in to comment.