From d6d4fc8046fe7b8427b2bc3d17a9a9be63583bfd Mon Sep 17 00:00:00 2001 From: Michael Payne Date: Thu, 6 Sep 2012 08:32:19 -0700 Subject: [PATCH] remove added inline.js file Moved inline Javascript function to viewer.js rather than create a new file --- web/inline.js | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 web/inline.js diff --git a/web/inline.js b/web/inline.js deleted file mode 100644 index 334f804a0..000000000 --- a/web/inline.js +++ /dev/null @@ -1,18 +0,0 @@ -/* Copyright 2012 Mozilla Foundation - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ - -'use strict'; - - PDFJS.workerSrc = "../build/pdf.js"; \ No newline at end of file