MCPcopy Create free account
hub / github.com/webodf/ViewerJS / readStartPageParameter

Function readStartPageParameter

viewer.js:262–265  ·  view source on GitHub ↗
(startPage)

Source from the content-addressed store, hash-verified

260 }
261
262 function readStartPageParameter(startPage) {
263 var result = parseInt(startPage, 10);
264 return isNaN(result) ? 1 : result;
265 }
266
267 this.initialize = function () {
268 var initialScale,

Callers 1

ViewerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected