@player-ui/beacon-plugin 0.8.0-next.2 → 0.8.0-next.4
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.
|
@@ -2642,6 +2642,12 @@ var BeaconPlugin = function() {
|
|
|
2642
2642
|
value: function clear() {
|
|
2643
2643
|
this.store = createSortedArray();
|
|
2644
2644
|
}
|
|
2645
|
+
},
|
|
2646
|
+
{
|
|
2647
|
+
/** Check if the registry is empty*/ key: "isRegistryEmpty",
|
|
2648
|
+
value: function isRegistryEmpty() {
|
|
2649
|
+
return this.store.array.length === 0;
|
|
2650
|
+
}
|
|
2645
2651
|
}
|
|
2646
2652
|
]);
|
|
2647
2653
|
return Registry;
|