@player-ui/check-path-plugin 0.8.0-next.1 → 0.8.0-next.3
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.
|
@@ -2580,6 +2580,12 @@ var CheckPathPlugin = function() {
|
|
|
2580
2580
|
value: function clear() {
|
|
2581
2581
|
this.store = createSortedArray();
|
|
2582
2582
|
}
|
|
2583
|
+
},
|
|
2584
|
+
{
|
|
2585
|
+
/** Check if the registry is empty*/ key: "isRegistryEmpty",
|
|
2586
|
+
value: function isRegistryEmpty() {
|
|
2587
|
+
return this.store.array.length === 0;
|
|
2588
|
+
}
|
|
2583
2589
|
}
|
|
2584
2590
|
]);
|
|
2585
2591
|
return Registry;
|