Skip to content

Commit 51116bf

Browse files
committed
fixes processing#696, update default p5.js to latest version
1 parent 3b1cd67 commit 51116bf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

client/modules/IDE/reducers/files.js

+3-3
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ const defaultHTML =
1313
`<!DOCTYPE html>
1414
<html>
1515
<head>
16-
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.1/p5.min.js"></script>
17-
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.1/addons/p5.dom.min.js"></script>
18-
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.1/addons/p5.sound.min.js"></script>
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/p5.min.js"></script>
17+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.dom.min.js"></script>
18+
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.7.2/addons/p5.sound.min.js"></script>
1919
<link rel="stylesheet" type="text/css" href="style.css">
2020
<meta charset="utf-8" />
2121

0 commit comments

Comments
 (0)