Skip to content

Commit 886f364

Browse files
author
Jan Wolfert
committed
Bundle + merge error fix
1 parent b0ef91f commit 886f364

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

dist/plotly.js

+1-5
Original file line numberDiff line numberDiff line change
@@ -75773,11 +75773,7 @@ var _$initInteractions_593 = function initInteractions(gd) {
7577375773
};
7577475774
};
7577575775

75776-
if(evt.touches){
75777-
xpx = evt.touches[0].clientX - dbb.left;
75778-
ypx = evt.touches[0].clientY - dbb.top;
75779-
}else{
75780-
}
75776+
7578175777
var _$subroutines_576 = {};
7578275778
/**
7578375779
* Copyright 2012-2018, Plotly, Inc.

dist/plotly.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)