cotomy 0.1.63 → 0.1.64

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.
@@ -1832,9 +1832,6 @@ class CotomyWindow {
1832
1832
  delete this._eventHandlers[event];
1833
1833
  }
1834
1834
  }
1835
- handlers(event) {
1836
- return this._eventHandlers[event] ?? [];
1837
- }
1838
1835
  load(handle) {
1839
1836
  this.on("load", handle);
1840
1837
  }