From 88cabb3eedaba2e7cf45147abb3be3128912ac8c Mon Sep 17 00:00:00 2001 From: Henri Bergius Date: Thu, 30 Nov 2017 21:50:19 +0100 Subject: [PATCH] Make linter happy --- lib/plotly-shadowdom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plotly-shadowdom.js b/lib/plotly-shadowdom.js index 16ae0c3..a752c25 100644 --- a/lib/plotly-shadowdom.js +++ b/lib/plotly-shadowdom.js @@ -9,4 +9,4 @@ export default function injectCss(root) { pointer-events: none; }`)); root.appendChild(styles); -}; +}