mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Convert the PDFDocument
class in src/core/document.js
to ES6 syntax
This commit is contained in:
parent
612fc9fcc2
commit
d5e5d18430
2 changed files with 300 additions and 293 deletions
|
@ -12,6 +12,7 @@
|
|||
* See the License for the specific language governing permissions and
|
||||
* limitations under the License.
|
||||
*/
|
||||
/* eslint no-var: error */
|
||||
|
||||
import {
|
||||
arrayByteLength, arraysToBytes, createPromiseCapability, isEmptyObj,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue