aboutsummaryrefslogtreecommitdiffstats
path: root/src/js/source.js
diff options
context:
space:
mode:
authorSam Potts <sam@potts.es>2020-06-27 21:59:35 +1000
committerSam Potts <sam@potts.es>2020-10-19 22:27:16 +1100
commit9a69ae25993f8e2e6b30c2435aba98f779e129ad (patch)
tree5cb38a0518e9859f8eeb4c31c40d4c0f8e885af8 /src/js/source.js
parent02321c35bc51e64a1f62611c73b8533ef7c3d7eb (diff)
downloadplyr-9a69ae25993f8e2e6b30c2435aba98f779e129ad.tar.lz
plyr-9a69ae25993f8e2e6b30c2435aba98f779e129ad.tar.xz
plyr-9a69ae25993f8e2e6b30c2435aba98f779e129ad.zip
Linting changes
Diffstat (limited to 'src/js/source.js')
-rw-r--r--src/js/source.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js/source.js b/src/js/source.js
index b9fc7732..a62edbba 100644
--- a/src/js/source.js
+++ b/src/js/source.js
@@ -20,7 +20,7 @@ const source = {
src: attributes,
});
} else if (is.array(attributes)) {
- attributes.forEach(attribute => {
+ attributes.forEach((attribute) => {
insertElement(type, this.media, attribute);
});
}