1
0
Fork 0
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:
Tim van der Meij 2014-07-19 16:41:07 +02:00
parent 34728ee49b
commit 7586d777eb
3 changed files with 5 additions and 3 deletions

View file

@ -15,6 +15,7 @@
* limitations under the License.
*/
/*jshint globalstrict: false */
/* globals PDFJS */
// Initializing PDFJS global object (if still undefined)
if (typeof PDFJS === 'undefined') {