- Feature detection for setProperty feature detection should not return value
- Minor comment update
This commit is contained in:
commit
8292951d0c
@ -12,7 +12,7 @@
|
|||||||
return new Uint8Array(this.slice(start, end));
|
return new Uint8Array(this.slice(start, end));
|
||||||
};
|
};
|
||||||
Float32Array.prototype.subarray = function subarray(start, end) {
|
Float32Array.prototype.subarray = function subarray(start, end) {
|
||||||
return new Float32Array(this.slice(start, end));
|
return new Float32Array(this.slice(start, end));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user