update pdf.js

This commit is contained in:
j 2016-01-03 20:02:46 +05:30
commit 1259c8974b
114 changed files with 43300 additions and 36715 deletions

View file

@ -1,5 +1,3 @@
/* -*- Mode: Java; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim: set shiftwidth=2 tabstop=2 autoindent cindent expandtab: */
/* Copyright 2012 Mozilla Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
@ -124,8 +122,8 @@ var FontInspector = (function FontInspectorClosure() {
url = URL.createObjectURL(new Blob([fontObj.data], {
type: fontObj.mimeType
}));
download.href = url;
}
download.href = url;
download.textContent = 'Download';
var logIt = document.createElement('a');
logIt.href = '';