this.wordSpacing = 0;
this.textHScale = 1;
// Color spaces
- this.fillColorSpace = new DeviceGrayCS;
+ this.fillColorSpace = new DeviceGrayCS();
this.fillColorSpaceObj = null;
- this.strokeColorSpace = new DeviceGrayCS;
+ this.strokeColorSpace = new DeviceGrayCS();
this.strokeColorSpaceObj = null;
this.fillColorObj = null;
this.strokeColorObj = null;
var pe = this.pe = new PartialEvaluator(
xref, handler, 'p' + this.pageNumber + '_');
var IRQueue = {};
- return this.IRQueue = pe.getIRQueue(
- content, resources, IRQueue, dependency);
+ return (this.IRQueue = pe.getIRQueue(content, resources, IRQueue,
+ dependency));
},
ensureFonts: function pageEnsureFonts(fonts, callback) {
// to the CanvasGraphics and so on.
page.objs = this.objs;
page.pdf = this;
- return this.pageCache[n] = page;
+ return (this.pageCache[n] = page);
},
destroy: function pdfDocDestroy() {