another minor fix

This commit is contained in:
David Glasser
2014-06-03 14:39:30 -07:00
parent 0ca66e0761
commit 31ca57e843

View File

@@ -72,6 +72,9 @@ _.extend(baseCatalog.BaseCatalog.prototype, {
var collections = serverPackageData.collections;
if (!collections)
return;
_.each(
['packages', 'versions', 'builds', 'releaseTracks', 'releaseVersions'],
function (field) {