summaryrefslogtreecommitdiff
path: root/spice.html
diff options
context:
space:
mode:
authorJeremy White <jwhite@codeweavers.com>2013-04-16 14:59:08 -0500
committerJeremy White <jwhite@codeweavers.com>2013-04-16 14:59:08 -0500
commit78e0d938cf9a1cef400a57ca3d727b9772dd4a1a (patch)
tree5f850739860274c7ac5017ef167ebb9cb7a2516b /spice.html
parentec9ae0cbd6d5ebbcea746b4b771ac87835ff8920 (diff)
Extend the native ArrayBuffer to add a slice() method if missing.
This allows IE10 to function. Note that we would normally subclass this type, but ArrayBuffer is implemented in native code, and so is difficult to subclass.
Diffstat (limited to 'spice.html')
-rw-r--r--spice.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/spice.html b/spice.html
index 469cfec..f20b585 100644
--- a/spice.html
+++ b/spice.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>