Remove un-necessary function name. Fixes #80

This commit is contained in:
Luke Page 2015-08-19 16:57:06 +01:00
parent 6142553bb5
commit 4006cc0b41

View file

@ -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);
};