@schukai/monster 3.102.2 → 3.102.3

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.
@@ -180,7 +180,6 @@ function initEventHandler() {
180
180
  this[debounceBindSymbol] = {};
181
181
 
182
182
  if (this.getOption("features.writeBack") === true) {
183
-
184
183
  setTimeout(() => {
185
184
  const events = this.getOption("writeBack.events");
186
185
  for (const event of events) {
@@ -215,7 +214,7 @@ function initEventHandler() {
215
214
  });
216
215
  });
217
216
  }
218
- },0);
217
+ }, 0);
219
218
  }
220
219
 
221
220
  return this;