summaryrefslogtreecommitdiffstats
path: root/apps/files_pdfviewer/js/pdfjs/src/pdf.js
blob: 1042a651b8df9ece32794fef84fab2183e839e80 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */

var PDFJS = {};

(function pdfjsWrapper() {
  // Use strict in our context only - users might not want it
  'use strict';

  PDFJS.build = 'PDFJSSCRIPT_BUNDLE_VER';

  // Files are inserted below - see Makefile
  /* PDFJSSCRIPT_INCLUDE_ALL */

}).call((typeof window === 'undefined') ? this : window);