mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 09:45:42 +02:00
Added more preference variables from the available hash parameters
This commit is contained in:
parent
34089212e0
commit
e6546642db
4 changed files with 42 additions and 11 deletions
|
@ -23,5 +23,15 @@ var DEFAULT_PREFERENCES = {
|
|||
defaultZoomValue: '',
|
||||
sidebarViewOnLoad: 0,
|
||||
enableHandToolOnLoad: false,
|
||||
enableWebGL: false
|
||||
enableWebGL: false,
|
||||
disableRange: false,
|
||||
disableAutoFetch: false,
|
||||
disableFontFace: false,
|
||||
//#if B2G
|
||||
//disableTextLayer: true,
|
||||
//useOnlyCssZoom: true
|
||||
//#else
|
||||
disableTextLayer: false,
|
||||
useOnlyCssZoom: false
|
||||
//#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue