Skip to content

Commit 9528b59

Browse files
Fixing last eagerly-evaluated getter
1 parent 61715b3 commit 9528b59

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • production/skilljar-theme-v3.0

production/skilljar-theme-v3.0/CG.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ export const CG = {
320320
},
321321
dom: {
322322
local: {},
323-
body: document.body,
323+
get body() { return document.body; },
324324
get bodyHeader() { return Q("#header"); },
325325
get headerLeft() { return Q("#header-left"); },
326326
get headerRight() { return Q("#header-right"); },

0 commit comments

Comments
 (0)