Skip to content

Commit

Permalink
add missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
ded committed Nov 27, 2011
1 parent d8e77aa commit d8f8e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion github-btn.html
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
type = params.type,
count = params.count,
size = params.size,
head = document.getElementsByTagName('head')[0]
head = document.getElementsByTagName('head')[0],
button = document.getElementById('gh-btn'),
mainButton = document.getElementById('github-btn'),
text = document.getElementById('gh-text'),
Expand Down

0 comments on commit d8f8e26

Please sign in to comment.