@m2c2kit/addons 0.3.18 → 0.3.19

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/dist/index.js CHANGED
@@ -840,7 +840,7 @@ class Dialog extends Composite {
840
840
  }
841
841
  set hidden(hidden) {
842
842
  this._hidden = hidden;
843
- this.needsInitialization;
843
+ this.needsInitialization = true;
844
844
  }
845
845
  /**
846
846
  * Duplicates a node using deep copy.
@@ -3375,7 +3375,7 @@ M2c2KitHelpers.registerM2NodeClass(
3375
3375
  CountdownTimer
3376
3376
  );
3377
3377
 
3378
- console.log("\u26AA @m2c2kit/addons version 0.3.18 (b6c9faab)");
3378
+ console.log("\u26AA @m2c2kit/addons version 0.3.19 (33cadc6d)");
3379
3379
 
3380
3380
  export { Button, CountdownScene, CountdownTimer, Dialog, DialogResult, DrawPad, DrawPadEventType, DrawPadItemEventType, Grid, Instructions, LocalePicker, VirtualKeyboard };
3381
3381
  //# sourceMappingURL=index.js.map