mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
XFA - Fix typo in factory.js
occured -> occurred
This commit is contained in:
parent
c33bf0b5e8
commit
dba30eac7b
1 changed files with 2 additions and 2 deletions
|
@ -30,7 +30,7 @@ class XFAFactory {
|
|||
this.dataHandler = new DataHandler(this.root, binder.getData());
|
||||
this.form[$globalData].template = this.form;
|
||||
} catch (e) {
|
||||
warn(`XFA - an error occured during parsing and binding: ${e}`);
|
||||
warn(`XFA - an error occurred during parsing and binding: ${e}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -46,7 +46,7 @@ class XFAFactory {
|
|||
return [0, 0, parseInt(width), parseInt(height)];
|
||||
});
|
||||
} catch (e) {
|
||||
warn(`XFA - an error occured during layout: ${e}`);
|
||||
warn(`XFA - an error occurred during layout: ${e}`);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue