commit | 47c2ba3704ad932f5d5d459d8b8e837797287792 | [log] [tgz] |
---|---|---|
author | Nicolas LaCasse <nlacasse@google.com> | Thu Oct 23 13:37:46 2014 -0700 |
committer | Nicolas LaCasse <nlacasse@google.com> | Thu Oct 23 13:37:46 2014 -0700 |
tree | 90496fcc726d35654a98fa905c7472bed6db1c0d | |
parent | eb9c90cd2e49208742839586321df7467d42efc9 [diff] |
tools/playground: add missing semicolon. Change-Id: Ib3569626bc17086b4cfae1f9162537d237c9a2ed
diff --git a/tools/playground/pgbundle/index.js b/tools/playground/pgbundle/index.js index 875a1c1..af60a98 100644 --- a/tools/playground/pgbundle/index.js +++ b/tools/playground/pgbundle/index.js
@@ -106,7 +106,7 @@ // Drop the index fields -- we don't need them anymore. out.files = _.map(out.files, function(f) { return _.omit(f, 'index'); - }) + }); // Write the bundle.json. var outFile = path.resolve(dir, BUNDLE_NAME);