mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
changed load order to fix viewer in Opera locally
This commit is contained in:
parent
ba9c828117
commit
2b81f3c2e9
1 changed files with 2 additions and 2 deletions
|
@ -23,9 +23,9 @@ var files = [
|
||||||
'pattern.js',
|
'pattern.js',
|
||||||
'stream.js',
|
'stream.js',
|
||||||
'worker.js',
|
'worker.js',
|
||||||
'../external/jpgjs/jpg.js',
|
|
||||||
'jpx.js',
|
'jpx.js',
|
||||||
'bidi.js'
|
'bidi.js',
|
||||||
|
'../external/jpgjs/jpg.js'
|
||||||
];
|
];
|
||||||
|
|
||||||
// Load all the files.
|
// Load all the files.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue