From: Artur Adib Date: Wed, 26 Oct 2011 02:51:08 +0000 (-0400) Subject: Lint X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=df7baea6d2cd9f889bc1baa3ccfd5ae085b37697;p=pdf.js.git Lint --- diff --git a/src/pdf.js b/src/pdf.js index 45f538a..5a17d31 100644 --- a/src/pdf.js +++ b/src/pdf.js @@ -4,12 +4,11 @@ var PDF = {}; (function() { - + // Use strict in our context only - users might not want it 'use strict'; // Files are inserted below - see Makefile /* PDFJSSCRIPT_INCLUDE_ALL */ - -})(); +})();