8000 tip fixes · plotly/plotly.js@7740d57 · GitHub
[go: up one dir, main page]

Skip to content

Commit 7740d57

Browse files
committed
tip fixes
- fix extra line - fix spacing around function
1 parent 79f3b67 commit 7740d57

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/plots/plots.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,14 +336,13 @@ function positionPlayWithData(gd, container){
336336
var link = container.append('a')
337337
.attr({
338338
'xlink:xlink:href': '#',
339-
340339
'class': 'link--impt link--embedview',
341340
'font-weight':'bold'
342341
})
343342
.text(gd._context.linkText + ' ' + String.fromCharCode(187));
344343

345344
if(gd._context.sendData) {
346-
link.on('click', function(){
345+
link.on('click', function() {
347346
plots.sendDataToCloud(gd)
348347
});
349348
}

0 commit comments

Comments
 (0)
0