소스 검색

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


불러오는 중...
취소
저장