Changing function name

This commit is contained in:
notmasteryet 2011-08-24 22:57:44 -05:00
parent 824d6e4e71
commit f90144d38f

3
pdf.js
View File

@ -6003,8 +6003,7 @@ var PDFImage = (function() {
}
return buf;
},
applyStencilMask: function fillUsingStencilMask(buffer,
inverseDecode) {
applyStencilMask: function applyStencilMask(buffer, inverseDecode) {
var width = this.width, height = this.height;
var bitStrideLength = (width + 7) >> 3;
var imgArray = this.image.getBytes(bitStrideLength * height);