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.d.ts +52 -52
- package/node.deps.json +1 -1
- package/node.js +1 -1
- package/node.js.map +1 -1
- package/node.mjs +1 -1
- package/node.test.js +1 -1
- package/node.test.js.map +1 -1
- package/package.json +1 -1
- package/web.d.ts +52 -52
- package/web.deps.json +1 -1
- package/web.js +1 -1
- package/web.js.map +1 -1
- package/web.mjs +1 -1
package/web.js
CHANGED
|
@@ -5227,7 +5227,7 @@ var $;
|
|
|
5227
5227
|
}
|
|
5228
5228
|
Copy(){
|
|
5229
5229
|
const obj = new this.$.$mol_button_copy();
|
|
5230
|
-
(obj.hint) = () => (this.$.$mol_locale.text("$mol_text_code_Copy_hint"));
|
|
5230
|
+
(obj.hint) = () => ((this.$.$mol_locale.text("$mol_text_code_Copy_hint")));
|
|
5231
5231
|
(obj.text) = () => ((this.text_export()));
|
|
5232
5232
|
return obj;
|
|
5233
5233
|
}
|