commit | 7afaffdda392a54e33c6f54f933ffab8dd9d8018 | [log] [tgz] |
---|---|---|
author | Nicolas LaCasse <nlacasse@google.com> | Thu Oct 23 20:39:40 2014 +0000 |
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | Thu Oct 23 20:39:40 2014 +0000 |
tree | 97ed074877a94e19c0796ebbc213d89c18c0eca1 | |
parent | 2cb05fb4328a8af4179208c8e8078bbefa21b4f1 [diff] | |
parent | 47c2ba3704ad932f5d5d459d8b8e837797287792 [diff] |
Merge "tools/playground: add missing semicolon."
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);