1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Correct class method names.

This commit is contained in:
Kalervo Kujala 2012-05-01 20:48:07 +03:00
parent bd440ef564
commit 889b3d3168
4 changed files with 18 additions and 18 deletions

View file

@ -110,7 +110,7 @@ Shadings.RadialAxial = (function RadialAxialClosure() {
var r1 = raw[6];
return {
type: 'Pattern',
getPattern: function(ctx) {
getPattern: function RadialAxial_getPattern(ctx) {
var curMatrix = ctx.mozCurrentTransform;
if (curMatrix) {
var userMatrix = ctx.mozCurrentTransformInverse;