Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit ba65745

Browse files
committed
Merge pull request #110 from whipsch/patch-1
Switch playpen version to "beta".
2 parents c50468f + 3735101 commit ba65745

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

_includes/editor.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,9 +76,9 @@
7676
function runProgram(program, callback) {
7777
var req = new XMLHttpRequest();
7878
var data = JSON.stringify({
79-
version: "master",
80-
optimize: "2",
81-
code: program
79+
version: "beta",
80+
optimize: "2",
81+
code: program
8282
});
8383

8484
// console.log("Sending", data);

0 commit comments

Comments
 (0)