Skip to content

Commit

Permalink
Merge branch 'hotfix-typo'
Browse files Browse the repository at this point in the history
  • Loading branch information
valeriangalliat committed Feb 7, 2015
2 parents b922b5b + b4ae0dd commit b6c507a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "SassDoc's default theme",
"title": "SassDoc Default Theme",
"author": "SassDoc team",
"version": "2.0.4",
"version": "2.0.5",
"keywords": [
"sassdoc-theme"
],
Expand Down
2 changes: 1 addition & 1 deletion src/swig.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ const yiqContrast = rgb =>
const getChannel = (start, hex) =>
parseInt(hex.substr(start, 2), 16);

const hexTorgb = hex =>
const hexToRgb = hex =>
[0, 2, 4].map(x => getChannel(x, hex));

const colorToHex = color =>
Expand Down

0 comments on commit b6c507a

Please sign in to comment.