From 80aa6ffe435b170466838f977d52438a95e22186 Mon Sep 17 00:00:00 2001 From: Sam Potts Date: Tue, 30 Apr 2019 23:44:05 +1000 Subject: Linting changes --- src/js/controls.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/js/controls.js') diff --git a/src/js/controls.js b/src/js/controls.js index 9a960b38..d3e20a57 100644 --- a/src/js/controls.js +++ b/src/js/controls.js @@ -4,6 +4,7 @@ // ========================================================================== import RangeTouch from 'rangetouch'; + import captions from './captions'; import html5 from './html5'; import support from './support'; @@ -92,7 +93,6 @@ const controls = { const namespace = 'http://www.w3.org/2000/svg'; const iconUrl = controls.getIconUrl.call(this); const iconPath = `${!iconUrl.cors ? iconUrl.url : ''}#${this.config.iconPrefix}`; - // Create const icon = document.createElementNS(namespace, 'svg'); setAttributes( -- cgit v1.2.3