@innovastudio/contentbox 1.6.143 → 1.6.144
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/package.json
CHANGED
@@ -152024,8 +152024,6 @@ ${currentHtml}
|
|
152024
152024
|
|
152025
152025
|
chooseContext(list, num) {
|
152026
152026
|
// random, but will be different from two previous results.
|
152027
|
-
console.log(list);
|
152028
|
-
|
152029
152027
|
if (typeof num !== 'undefined') {
|
152030
152028
|
return list[num];
|
152031
152029
|
}
|