summaryrefslogtreecommitdiff
path: root/spicearraybuffer.js
AgeCommit message (Collapse)AuthorFilesLines
2013-04-16Extend the native ArrayBuffer to add a slice() method if missing.Jeremy White1-0/+58
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.