Skip to content

Commit

Permalink
Merge pull request #42 from Fortunate-MAN/patch-1
Browse files Browse the repository at this point in the history
small error, (should) fix issue #10 on the website repo
  • Loading branch information
j-f1 committed Feb 21, 2017
2 parents e1b9480 + 2e37b0f commit 7d7b767
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userscripts.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ $.get("https://api.github.com/repos/charcoal-se/userscripts/git/trees/master?rec
});
}).fail(fail);

function getMeta(meta, file, /* blob */) {
function getMeta(meta, file /* blob */) {
var joiner = " • ";
return [
meta.version.length && meta.version.map(function (v) {
Expand Down

0 comments on commit 7d7b767

Please sign in to comment.