Merge pull request #81 from lukeapage/master
Remove un-necessary function name. Fixes #80
This commit is contained in:
commit
5d2cefc243
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