@x-edu/live-player 0.0.44 → 0.0.45
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.
|
@@ -62607,7 +62607,7 @@ function list_arrayWithHoles(arr) { if (Array.isArray(arr)) return arr; }
|
|
|
62607
62607
|
|
|
62608
62608
|
|
|
62609
62609
|
|
|
62610
|
-
var PageSize =
|
|
62610
|
+
var PageSize = 12;
|
|
62611
62611
|
var ViewModes = {
|
|
62612
62612
|
LIST: 'list',
|
|
62613
62613
|
CARD: 'card'
|