From df7baea6d2cd9f889bc1baa3ccfd5ae085b37697 Mon Sep 17 00:00:00 2001 From: Artur Adib Date: Tue, 25 Oct 2011 22:51:08 -0400 Subject: [PATCH] Lint --- src/pdf.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pdf.js b/src/pdf.js index 45f538a15..5a17d3165 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 */ - -})(); +})();