Cleaning up fonts when viewer is idle for some time

This commit is contained in:
Yury Delendik 2013-11-14 13:43:38 -08:00
parent 945e370d4f
commit e712c4136a
9 changed files with 93 additions and 9 deletions

View file

@ -46,6 +46,10 @@ var BasePdfManager = (function BasePdfManagerClosure() {
return this.pdfModel.getPage(pageIndex);
},
cleanup: function BasePdfManager_cleanup() {
return this.pdfModel.cleanup();
},
ensure: function BasePdfManager_ensure(obj, prop, args) {
return new NotImplementedException();
},