@sunbird-cb/consumption 0.0.40 → 0.0.41
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/bundles/sunbird-cb-consumption.umd.js +2 -3
- package/bundles/sunbird-cb-consumption.umd.js.map +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js +1 -1
- package/bundles/sunbird-cb-consumption.umd.min.js.map +1 -1
- package/esm2015/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +2 -4
- package/esm2015/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +2 -1
- package/esm5/lib/_common/content-strip-with-tabs-lib/content-strip-with-tabs-lib.component.js +2 -4
- package/esm5/lib/_common/horizontal-scroller-v2/horizontal-scroller-v2.component.js +2 -1
- package/fesm2015/sunbird-cb-consumption.js +2 -3
- package/fesm2015/sunbird-cb-consumption.js.map +1 -1
- package/fesm5/sunbird-cb-consumption.js +2 -3
- package/fesm5/sunbird-cb-consumption.js.map +1 -1
- package/package.json +1 -1
|
@@ -574,6 +574,7 @@
|
|
|
574
574
|
* @return {?}
|
|
575
575
|
*/
|
|
576
576
|
function () {
|
|
577
|
+
_this.bottomDotsArray = [];
|
|
577
578
|
arrLength_1 = document.getElementsByClassName(_this.cardSubType).length;
|
|
578
579
|
for (var i = 0; i < arrLength_1; i += 1) {
|
|
579
580
|
_this.bottomDotsArray.push(i);
|
|
@@ -4870,9 +4871,7 @@
|
|
|
4870
4871
|
}
|
|
4871
4872
|
}));
|
|
4872
4873
|
}
|
|
4873
|
-
|
|
4874
|
-
results = { response: { certifications: proccesedResult } };
|
|
4875
|
-
}
|
|
4874
|
+
results = { response: { certifications: proccesedResult } };
|
|
4876
4875
|
resolve({ results: results, viewMoreUrl: viewMoreUrl });
|
|
4877
4876
|
}), (/**
|
|
4878
4877
|
* @param {?} error
|