MCPcopy Index your code
hub / github.com/webodf/ViewerJS / completeLoading

Function completeLoading

PDFViewerPlugin.js:168–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

166 }
167
168 function completeLoading() {
169 var allPagesVisible = !self.isSlideshow();
170 domPages.forEach(function (domPage) {
171 if (allPagesVisible) {
172 domPage.style.display = "block";
173 }
174 container.appendChild(domPage);
175 });
176
177 self.showPage(1);
178 self.onLoad();
179 }
180
181 function createPage(page) {
182 var pageNumber,

Callers 1

createPageFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected