Fix typo in template.js
refering -> referring
This commit is contained in:
parent
d05f4c620e
commit
c66289f1fc
@ -2677,7 +2677,7 @@ class Image extends StringObject {
|
|||||||
|
|
||||||
[$toHTML]() {
|
[$toHTML]() {
|
||||||
if (this.href || !this[$content]) {
|
if (this.href || !this[$content]) {
|
||||||
// TODO: href can be a Name refering to an internal stream
|
// TODO: href can be a Name referring to an internal stream
|
||||||
// containing a picture.
|
// containing a picture.
|
||||||
// In general, we don't get remote data and use what we have
|
// In general, we don't get remote data and use what we have
|
||||||
// in the pdf itself, so no picture for non null href.
|
// in the pdf itself, so no picture for non null href.
|
||||||
|
Loading…
Reference in New Issue
Block a user