lint compliance

This commit is contained in:
yflory
2017-11-06 15:49:40 +01:00
parent fef97ed60e
commit a592317e35
4 changed files with 3 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ define([
mutations.forEach(function(mutation) {
if (mutation.type === 'childList') {
var list_values = [].slice.call(mutation.target.children)
.map(function (el) { return el.outerHTML })
.map(function (el) { return el.outerHTML; })
.join('');
mediaMap[mutation.target.getAttribute('src')] = list_values;
observer.disconnect();