mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix a couple of closure names.
This commit is contained in:
parent
e18264d289
commit
a84fbb9eb2
4 changed files with 4 additions and 4 deletions
|
@ -4247,7 +4247,7 @@ var CFFFDSelect = (function CFFFDSelectClosure() {
|
|||
|
||||
// Helper class to keep track of where an offset is within the data and helps
|
||||
// filling in that offset once it's known.
|
||||
var CFFOffsetTracker = (function CFFOffsetTracker() {
|
||||
var CFFOffsetTracker = (function CFFOffsetTrackerClosure() {
|
||||
function CFFOffsetTracker() {
|
||||
this.offsets = {};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue