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

Commit 3735101

Browse files
committed
Switch playpen version to "beta".
1 parent c50468f commit 3735101

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)