Change all examples to load the latest compiled library from out/paper.js.

This commit is contained in:
Jürg Lehni 2011-06-12 18:42:12 +01:00
parent c341ec220a
commit 5e4192198b
34 changed files with 44 additions and 71 deletions
examples/Scripts

View file

@ -4,8 +4,7 @@
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Example</title>
<link rel="stylesheet" href="../css/style.css">
<script type="text/javascript">var root = '../../'</script>
<script type="text/javascript" src="../../src/load.js"></script>
<script type="text/javascript" src="../../out/paper.js"></script>
<script type="text/paperscript" canvas="canvas">
// Adapted from the following Processing example:
// http://processing.org/learning/topics/follow3.html