mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 17:48:07 +02:00
Fix lint warnings.
And name anonymous functions.
This commit is contained in:
parent
a968187833
commit
de408dac70
4 changed files with 8 additions and 8 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
getPdf('helloworld.pdf', function(data){
|
||||
getPdf('helloworld.pdf', function getPdfHelloWorld(data) {
|
||||
//
|
||||
// Instantiate PDFDoc with PDF data
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue