diff options
author | Jeremy White <jwhite@codeweavers.com> | 2013-04-16 14:59:08 -0500 |
---|---|---|
committer | Jeremy White <jwhite@codeweavers.com> | 2013-04-16 14:59:08 -0500 |
commit | 78e0d938cf9a1cef400a57ca3d727b9772dd4a1a (patch) | |
tree | 5f850739860274c7ac5017ef167ebb9cb7a2516b /spice.html | |
parent | ec9ae0cbd6d5ebbcea746b4b771ac87835ff8920 (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.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |