I need to stop making such stupid typos

This commit is contained in:
Zixaphir 2014-01-11 00:28:54 -07:00
parent 5e73209e35
commit 8c7677e405
3 changed files with 3 additions and 3 deletions

View File

@ -10009,7 +10009,7 @@
o[type][boardID] = archive.data;
}
}
_ref3 = Redirect(archives);
_ref3 = Redirect.archives;
for (_j = 0, _len1 = _ref3.length; _j < _len1; _j++) {
_ref4 = _ref3[_j], data = _ref4.data, boards = _ref4.boards, files = _ref4.files;
software = data.software;

View File

@ -9998,7 +9998,7 @@
o[type][boardID] = archive.data;
}
}
_ref3 = Redirect(archives);
_ref3 = Redirect.archives;
for (_j = 0, _len1 = _ref3.length; _j < _len1; _j++) {
_ref4 = _ref3[_j], data = _ref4.data, boards = _ref4.boards, files = _ref4.files;
software = data.software;

View File

@ -16,7 +16,7 @@ Redirect =
continue unless boardID in boards
o[type][boardID] = archive.data
for {data, boards, files} in Redirect archives
for {data, boards, files} in Redirect.archives
{software} = data
for boardID in boards
o.thread[boardID] = data unless boardID of o.thread