changeset 243:a73a43454483

Use processing.js for docompile.html as well.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 23 Oct 2018 11:33:07 +0300
parents 7401300452c2
children c7748c19e1ff
files docompile.html
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/docompile.html	Tue Oct 23 11:29:45 2018 +0300
+++ b/docompile.html	Tue Oct 23 11:33:07 2018 +0300
@@ -3,7 +3,7 @@
 <head>
   <meta charset="UTF-8">
   <title>Multipaint</title>
-  <script src="processing.min.js"></script>
+  <script src="processing.js"></script>
   <script src="mpui.js"></script>
 </head>
 <body>