mol_dump_lib 0.0.255 → 0.0.256

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/node.mjs CHANGED
@@ -5663,7 +5663,7 @@ var $;
5663
5663
  }
5664
5664
  Copy(){
5665
5665
  const obj = new this.$.$mol_button_copy();
5666
- (obj.hint) = () => (this.$.$mol_locale.text("$mol_text_code_Copy_hint"));
5666
+ (obj.hint) = () => ((this.$.$mol_locale.text("$mol_text_code_Copy_hint")));
5667
5667
  (obj.text) = () => ((this.text_export()));
5668
5668
  return obj;
5669
5669
  }
package/node.test.js CHANGED
@@ -5654,7 +5654,7 @@ var $;
5654
5654
  }
5655
5655
  Copy(){
5656
5656
  const obj = new this.$.$mol_button_copy();
5657
- (obj.hint) = () => (this.$.$mol_locale.text("$mol_text_code_Copy_hint"));
5657
+ (obj.hint) = () => ((this.$.$mol_locale.text("$mol_text_code_Copy_hint")));
5658
5658
  (obj.text) = () => ((this.text_export()));
5659
5659
  return obj;
5660
5660
  }