Expand layout

This commit is contained in:
James Cole
2023-08-08 14:11:04 +02:00
parent 9bb62c865a
commit dffddfda18
13 changed files with 340 additions and 355 deletions

View File

@@ -33,7 +33,6 @@ const Basic = () => {
*
*/
const init = () => {
console.log('Basic store init')
this.loadVariable('viewRange')
this.loadVariable('darkMode')
this.loadVariable('language')
@@ -89,7 +88,6 @@ const Basic = () => {
const triggerReady = () => {
this.count++;
if (this.count === this.readyCount) {
console.log('Basic store is ready!')
// trigger event:
const event = new Event("BasicStoreReady");
document.dispatchEvent(event);