Skip to content

Commit 4a4ceb1

Browse files
committed
Bug fix
1 parent 6266d2f commit 4a4ceb1

File tree

3 files changed

+5
-21
lines changed

3 files changed

+5
-21
lines changed

dist/easycoder-min.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/easycoder.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3219,6 +3219,7 @@ const EasyCoder_Browser = {
32193219
let content = null;
32203220
let element = null;
32213221
if (command.cssId === `body`) {
3222+
const target = program.getSymbolRecord(command.symbol);
32223223
target.element[target.index] = document.body;
32233224
target.value[target.index] = {
32243225
type: `constant`,

pie/index.html

Lines changed: 0 additions & 17 deletions
This file was deleted.

0 commit comments

Comments
 (0)