Bläddra i källkod

Fix ownersOf() returning authors

tags/v0.1.0
Fen Dweller 6 år sedan
förälder
incheckning
e1830a9fad
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. +1
    -1
      media/attribution.js

+ 1
- 1
media/attribution.js Visa fil

@@ -11365,7 +11365,7 @@ function authorsOfFull(file) {

function ownersOf(file) {
if (attribution.files[file])
return attribution.files[file].authors;
return attribution.files[file].owners;
else {
const found = attribution.prefixes[Object.keys(attribution.prefixes).find(path => {
return (file.indexOf(path) == 0);


Laddar…
Avbryt
Spara