mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Enforcing JSHint's undef option
This commit is contained in:
parent
34728ee49b
commit
7586d777eb
3 changed files with 5 additions and 3 deletions
|
@ -15,6 +15,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
/*jshint globalstrict: false */
|
||||
/* globals PDFJS */
|
||||
|
||||
// Initializing PDFJS global object (if still undefined)
|
||||
if (typeof PDFJS === 'undefined') {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue