File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed
Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ Konfigurační volba zastupuje ⚙️ [konfiguraci pluginů][cfgPlug] na straně
66
77``` javascript
88class pConfigValuePlugin extends IPlugin {
9+ constructor () {
10+ super ();
11+ this .DEFAULT_KEY_CFG_FILENAME = ' marked.min.js;LICENSE-marked.md' ;
12+ }
13+
914 init () {
1015 const T = this .constructor ;
1116 const TI = this ;
12- TI .DEFAULT_KEY_CFG_FILENAME = ' marked.min.js;LICENSE-marked.md' ;
1317 // TI.cfgFILENAME
1418 super .init ();
1519 }
Original file line number Diff line number Diff line change @@ -6,10 +6,14 @@ The configuration option represents ⚙️ [plugin configuration][cfgPlug] on th
66
77``` javascript
88class pConfigValuePlugin extends IPlugin {
9+ constructor () {
10+ super ();
11+ this .DEFAULT_KEY_CFG_FILENAME = ' marked.min.js;LICENSE-marked.md' ;
12+ }
13+
914 init () {
1015 const T = this .constructor ;
1116 const TI = this ;
12- TI .DEFAULT_KEY_CFG_FILENAME = ' marked.min.js;LICENSE-marked.md' ;
1317 // TI.cfgFILENAME
1418 super .init ();
1519 }
You can’t perform that action at this time.
0 commit comments