Преглед изворни кода

Fix ownersOf() returning authors

tags/v0.1.0
Fen Dweller пре 6 година
родитељ
комит
e1830a9fad
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      media/attribution.js

+ 1
- 1
media/attribution.js Прегледај датотеку

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


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


Loading…
Откажи
Сачувај