Browse Source

Fixes comment

Yury Delendik 13 years ago
parent
commit
0380d408e0
  1. 2
      src/api.js

2
src/api.js

@ -345,7 +345,7 @@ var PDFPageProxy = (function PDFPageProxyClosure() {
return promise; return promise;
}, },
/** /**
* Destroys allocated by page resources. * Destroys resources allocated by the page.
*/ */
destroy: function() { destroy: function() {
this.destroyed = true; this.destroyed = true;

Loading…
Cancel
Save