ソースを参照

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


読み込み中…
キャンセル
保存