Skip to content

Commit

Permalink
Merge branch 'issue-169'
Browse files Browse the repository at this point in the history
  • Loading branch information
azproduction committed Jan 6, 2014
2 parents 32b798d + d9854d7 commit 167bc32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/lmd_builder.js
Original file line number Diff line number Diff line change
Expand Up @@ -834,7 +834,7 @@ LmdBuilder.prototype.renderLmdPackage = function (config, modulesBundle, isOptim
version = config.cache ? config.version : false,
stats_host = config.stats_auto || false,
promise = config.promise || false,
bundle = config.bundles_callback || false;
bundle = config.bundle ? config.bundles_callback : false;

// if version passed -> module will be cached
if (version) {
Expand Down

0 comments on commit 167bc32

Please sign in to comment.