Skip to content

Commit d85fc5e

Browse files
authored
Merge pull request #18 from biralavor/16-gh-pages---wip-mobile-users-buttons
fix callback function
2 parents 6b1fb63 + 91c8ac1 commit d85fc5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/js/main.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,3 +139,4 @@ listenForKeys(runJavaFile);
139139
window.showOutput = showOutput;
140140
window.showMenu = showMenu;
141141
window.showSource = showSource;
142+
window.runJavaFile = (key, cb) => runJavaFile(key).then(cb);

0 commit comments

Comments
 (0)