Skip to content

Commit c676626

Browse files
authored
Merge pull request #236 from easycoder/dev
Dev
2 parents 34de1ec + e5f60c1 commit c676626

File tree

6 files changed

+880
-10
lines changed

6 files changed

+880
-10
lines changed

dist/easycoder-min.js

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

dist/easycoder.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4471,6 +4471,9 @@ const EasyCoder_Browser = {
44714471
const pickRecord = program.getSymbolRecord(command.symbol);
44724472
document.pickRecord = pickRecord;
44734473
pickRecord.element.forEach(function (element, index) {
4474+
if (!element) {
4475+
return;
4476+
}
44744477
document.pickIndex = index;
44754478
element.pickIndex = index;
44764479
// Set up the mouse down and up listeners
@@ -8505,7 +8508,7 @@ const EasyCoder = {
85058508
}
85068509
},
85078510
};
8508-
EasyCoder.version = `2.7.3`;
8511+
EasyCoder.version = `2.7.4`;
85098512
EasyCoder.timestamp = Date.now();
85108513
console.log(`EasyCoder loaded; waiting for page`);
85118514

examples/storyteller/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818

1919
</pre>
2020

21-
<script type='text/javascript' src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=2.7.3'></script>
21+
<script type='text/javascript' src='https://cdn.jsdelivr.net/gh/easycoder/easycoder.github.io/dist/easycoder.js?v=2.7.4'></script>
2222

2323
</body>
2424
</html>

0 commit comments

Comments
 (0)