Fixing bad merge

This commit is contained in:
Maxime Beauchemin 2016-01-29 10:32:23 -08:00
parent 95aa6e00fa
commit 9838fbb107

View File

@ -522,9 +522,7 @@ var px = (function() {
initDashboardView: initDashboardView,
formatDate: formatDate,
timeFormatFactory: timeFormatFactory,
colorBnb: colorBnb,
bnbColors: bnbColors,
color: colorBnb(),
color: color(),
renderSlice: renderSlice,
}
})();