mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Merge pull request #5771 from timvandermeij/unused-util
Remove unused isNull utility function
This commit is contained in:
commit
fa0f09bcf0
1 changed files with 0 additions and 4 deletions
|
@ -976,10 +976,6 @@ function isString(v) {
|
|||
return typeof v === 'string';
|
||||
}
|
||||
|
||||
function isNull(v) {
|
||||
return v === null;
|
||||
}
|
||||
|
||||
function isName(v) {
|
||||
return v instanceof Name;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue