1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 01:58:06 +02:00

Rename the src/core/obj.js file to src/core/catalog.js

Now that only the `Catalog` remains in this file, after the previous patches, it makes sense to rename the file to reduce confusion.
This commit is contained in:
Jonas Jenwald 2021-04-13 18:26:23 +02:00
parent 088a55f80d
commit 1d6d476cab
3 changed files with 2 additions and 2 deletions

View file

@ -48,7 +48,7 @@ import {
Name,
RefSet,
} from "./primitives.js";
import { Catalog } from "./obj.js";
import { Catalog } from "./catalog.js";
import { ColorSpace } from "./colorspace.js";
import { FileSpec } from "./file_spec.js";
import { ObjectLoader } from "./object_loader.js";