/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */ /* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */ // // TODO: Global namespace // var PDF = {}; (function(){ // Use strict in our context only - users might not want it 'use strict'; // Files are inserted below - see Makefile /* INSERT_POINT */ // Expose API in global object window.PDFDoc = PDFDoc; window.getPdf = getPdf; })();