cotomy 0.2.0 → 0.2.1

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.
@@ -1743,7 +1743,7 @@ class CotomyElement {
1743
1743
  }
1744
1744
  return this;
1745
1745
  }
1746
- changelayout(handle) {
1746
+ changeLayout(handle) {
1747
1747
  this.listenLayoutEvents();
1748
1748
  if (handle) {
1749
1749
  this.element.addEventListener("cotomy:changelayout", async (e) => await handle(e));