mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
- Feature detection for setProperty feature detection should not return value
- Minor comment update
This commit is contained in:
commit
8292951d0c
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
return new Uint8Array(this.slice(start, end));
|
||||
};
|
||||
Float32Array.prototype.subarray = function subarray(start, end) {
|
||||
return new Float32Array(this.slice(start, end));
|
||||
return new Float32Array(this.slice(start, end));
|
||||
};
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue