@player-ui/stage-revert-data-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.
|
@@ -2558,6 +2558,12 @@ var StageRevertDataPlugin = function() {
|
|
|
2558
2558
|
value: function clear() {
|
|
2559
2559
|
this.store = createSortedArray();
|
|
2560
2560
|
}
|
|
2561
|
+
},
|
|
2562
|
+
{
|
|
2563
|
+
/** Check if the registry is empty*/ key: "isRegistryEmpty",
|
|
2564
|
+
value: function isRegistryEmpty() {
|
|
2565
|
+
return this.store.array.length === 0;
|
|
2566
|
+
}
|
|
2561
2567
|
}
|
|
2562
2568
|
]);
|
|
2563
2569
|
return Registry;
|