1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 00:11:35 +02:00
invoiceninja/public/js/pdf.min.js.map
2016-07-20 23:12:46 +02:00

1 line
2.2 KiB
Plaintext

{"version":3,"sources":["pdf.js"],"names":["PDFJS","window","this","call","workerSrc","document","scriptTagContainer","body","getElementsByTagName","pdfjsSrc","lastChild","src","replace"],"mappings":"AAkBA,mBAAAA,UACA,mBAAAC,QAAAA,OAAAC,MAAAF,UAUA,WAEA,cAIAG,KAAA,mBAAAF,QAAAC,KAAAD,QAGAD,MAAAI,WAAA,mBAAAC,YAEAL,MAAAI,UAAA,WACA,YACA,IAAAE,GAAAD,SAAAE,MACAF,SAAAG,qBAAA,QAAA,GACAC,EAAAH,EAAAI,UAAAC,GACA,OAAAF,IAAAA,EAAAG,QAAA,SAAA","file":"pdf.min.js","sourcesContent":["/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */\n/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */\n/* Copyright 2012 Mozilla Foundation\n *\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n *\n * http://www.apache.org/licenses/LICENSE-2.0\n *\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n */\n\n// Initializing PDFJS global object (if still undefined)\nif (typeof PDFJS === 'undefined') {\n (typeof window !== 'undefined' ? window : this).PDFJS = {};\n}\n\n//#if BUNDLE_VERSION\n//#expand PDFJS.version = '__BUNDLE_VERSION__';\n//#endif\n//#if BUNDLE_BUILD\n//#expand PDFJS.build = '__BUNDLE_BUILD__';\n//#endif\n\n(function pdfjsWrapper() {\n // Use strict in our context only - users might not want it\n 'use strict';\n\n//#expand __BUNDLE__\n\n}).call((typeof window === 'undefined') ? this : window);\n\n//#if !(MOZCENTRAL || FIREFOX)\nif (!PDFJS.workerSrc && typeof document !== 'undefined') {\n // workerSrc is not set -- using last script url to define default location\n PDFJS.workerSrc = (function () {\n 'use strict';\n var scriptTagContainer = document.body ||\n document.getElementsByTagName('head')[0];\n var pdfjsSrc = scriptTagContainer.lastChild.src;\n return pdfjsSrc && pdfjsSrc.replace(/\\.js$/i, '.worker.js');\n })();\n}\n//#endif\n"],"sourceRoot":"/source/"}