diff --git a/src/core/obj.js b/src/core/obj.js index 3581e57aa..19aa890b9 100644 --- a/src/core/obj.js +++ b/src/core/obj.js @@ -168,7 +168,7 @@ var Catalog = (function CatalogClosure() { 'page count in top level pages object is not an integer' ); // shadow the prototype getter - return shadow(this, 'num', obj); + return shadow(this, 'numPages', obj); }, get destinations() { function fetchDestination(dest) {