Skip to content

Commit

Permalink
fix(create): don't name Composition
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelkaron committed Oct 16, 2016
1 parent c64ddc4 commit a29964b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion create.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
// Flatten & Clean
result = blueprints = concat.apply(array, result).filter(clean, config);
// Process
result = result.reduce(process.apply(config, rules), function Composition() {
result = result.reduce(process.apply(config, rules), function () {
var self = this;

(this.constructor.constructors || []).reduce(function (args, c) {
Expand Down

0 comments on commit a29964b

Please sign in to comment.