Explorar el Código

Fix ownersOf() returning authors

tags/v0.1.0
Fen Dweller hace 6 años
padre
commit
e1830a9fad
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      media/attribution.js

+ 1
- 1
media/attribution.js Ver fichero

@@ -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);


Cargando…
Cancelar
Guardar