Skip to content

Commit

Permalink
Merge pull request #155 from garyc40/master
Browse files Browse the repository at this point in the history
Fix: codes variable is leaked to global scope
  • Loading branch information
martynsmith committed Sep 6, 2013
2 parents 71c21e5 + 24ca3cc commit 2131f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/colors.js
@@ -1,4 +1,4 @@
codes = {
var codes = {
white: '\u000300',
black: '\u000301',
dark_blue: '\u000302',
Expand Down

0 comments on commit 2131f05

Please sign in to comment.