Skip to content

Commit

Permalink
Remove un-necessary function name. Fixes #80
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeapage committed Aug 19, 2015
1 parent 6142553 commit 4006cc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var styles = (function () {
var proto = defineProps(function chalk() {}, styles);

function build(_styles) {
var builder = function builder() {
var builder = function () {
return applyStyle.apply(builder, arguments);
};

Expand Down

0 comments on commit 4006cc0

Please sign in to comment.