forked from orbit-oss/chalk
Remove un-necessary function name. Fixes #80
This commit is contained in:
parent
6142553bb5
commit
4006cc0b41
1 changed files with 1 additions and 1 deletions
2
index.js
2
index.js
|
|
@ -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);
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue