mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-25 01:28:06 +02:00
set up dummy functions for NYIs
This commit is contained in:
parent
671dd3b0e8
commit
03212b3cc0
1 changed files with 6 additions and 3 deletions
9
pdf.js
9
pdf.js
|
@ -5299,13 +5299,16 @@ var PDFFunction = (function() {
|
|||
return array;
|
||||
},
|
||||
constructInterpolated: function() {
|
||||
error('unhandled type of function');
|
||||
TODO('unhandled type of function');
|
||||
this.func = function () { return [ 255, 105, 180 ]; }
|
||||
},
|
||||
constructStiched: function() {
|
||||
error('unhandled type of function');
|
||||
TODO('unhandled type of function');
|
||||
this.func = function () { return [ 255, 105, 180 ]; }
|
||||
},
|
||||
constructPostScript: function() {
|
||||
error('unhandled type of function');
|
||||
TODO('unhandled type of function');
|
||||
this.func = function () { return [ 255, 105, 180 ]; }
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue