summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-05-23 14:39:57 -0500
committerJeremy White <jwhite@codeweavers.com>2013-05-23 14:41:00 -0500
commit07c63c968c4cedfedb76998d6bc8511a6c578d0d (patch)
tree9cdfdce4d0a688411ed6883552f54a5d281a8701
parentbcffac0aa49f60d60e4dcbf1a66fc2b9f8a0548b (diff)
Correct spice_auto.html for a missing include for the spice array buffer.spice-html5-0.1.3
-rw-r--r--spice_auto.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice_auto.html b/spice_auto.html
index 788202e..81ec8cf 100644
--- a/spice_auto.html
+++ b/spice_auto.html
@@ -28,6 +28,7 @@
<head>
<title>Spice Javascript client</title>
+ <script src="spicearraybuffer.js"></script>
<script src="enums.js"></script>
<script src="atKeynames.js"></script>
<script src="utils.js"></script>