Generic build of PDF.js library.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
450 B

14 years ago
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
14 years ago
// // TODO: Global namespace
// var PDF = {};
14 years ago
14 years ago
// Stay away from global
(function(){
14 years ago
14 years ago
'use strict';
14 years ago
14 years ago
// All files will be inserted below this point
// INSERT_POINT
14 years ago
14 years ago
//
// Expose API in global object
//
window.PDFDoc = PDFDoc;
window.getPdf = getPdf;
14 years ago
14 years ago
})(); // self-executing function