|
@ -58,7 +58,7 @@ class CompelGenerator { |
|
|
*/ |
|
|
*/ |
|
|
let curExtStore = extStore; |
|
|
let curExtStore = extStore; |
|
|
|
|
|
|
|
|
if (Object.hasOwn(ssd, "_extStore") && ssd._extStore) { |
|
|
if (ssd.hasOwnProperty("_extStore") && ssd._extStore) { |
|
|
curExtStore = ssd._extStore.setupForGeneralStyling(); |
|
|
curExtStore = ssd._extStore.setupForGeneralStyling(); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|