},{"120":120}],259:[function(_dereq_,module,exports){
_dereq_(120)('Int16', 2, function (init) {
  return function Int16Array(data, byteOffset, length) {
    return init(this, data, byteOffset, length);
  };