Bug 1017806 followup: include the branch data in the public API and therefore in FHR

This commit is contained in:
Benjamin Smedberg 2014-06-25 18:11:55 -04:00
parent bca561954a
commit 2b0267c55d

View File

@ -597,6 +597,7 @@ Experiments.Experiments.prototype = {
active: experiment.enabled,
endDate: experiment.endDate.getTime(),
detailURL: experiment._homepageURL,
branch: experiment.branch,
});
}