Make api.add_files("f") default to ["client","server"].

This commit is contained in:
David Glasser
2013-07-16 17:28:03 -07:00
parent 255c126160
commit 57f6d25ef2

View File

@@ -1436,7 +1436,7 @@ _.extend(Package.prototype, {
paths = paths ? [paths] : [];
if (!(where instanceof Array))
where = where ? [where] : [];
where = where ? [where] : ["client", "server"];
_.each(paths, function (path) {
_.each(where, function (w) {