Rename some stuff and add missing font_handler.js
This commit is contained in:
parent
921f8bd669
commit
00290b9ff4
7 changed files with 94 additions and 19 deletions
|
@ -1,19 +0,0 @@
|
|||
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- /
|
||||
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
|
||||
|
||||
'use strict';
|
||||
|
||||
importScripts('console.js');
|
||||
importScripts('message_handler.js');
|
||||
importScripts('../pdf.js');
|
||||
importScripts('../fonts.js');
|
||||
importScripts('../crypto.js');
|
||||
importScripts('../glyphlist.js');
|
||||
importScripts('../metrics.js');
|
||||
importScripts('handler.js');
|
||||
|
||||
// Listen for messages from the main thread.
|
||||
var pdfDoc = null;
|
||||
|
||||
var handler = new MessageHandler("worker", this);
|
||||
WorkerHandler.setup(handler);
|
Loading…
Add table
Add a link
Reference in a new issue