mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Remove unused (local) variables in web/
This commit is contained in:
parent
b4a81cb472
commit
d7dfa447cd
4 changed files with 1 additions and 9 deletions
|
@ -20,7 +20,6 @@
|
|||
|
||||
var FontInspector = (function FontInspectorClosure() {
|
||||
var fonts;
|
||||
var panelWidth = 300;
|
||||
var active = false;
|
||||
var fontAttribute = 'data-font-name';
|
||||
function removeSelection() {
|
||||
|
@ -342,7 +341,6 @@ var Stepper = (function StepperClosure() {
|
|||
return;
|
||||
}
|
||||
|
||||
var self = this;
|
||||
var chunk = document.createDocumentFragment();
|
||||
var operatorsToDisplay = Math.min(MAX_OPERATORS_COUNT,
|
||||
operatorList.fnArray.length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue