1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

changed load order to fix viewer in Opera locally

This commit is contained in:
Steffen Märcker 2012-04-26 13:28:38 +02:00
parent ba9c828117
commit 2b81f3c2e9

View file

@ -23,9 +23,9 @@ var files = [
'pattern.js',
'stream.js',
'worker.js',
'../external/jpgjs/jpg.js',
'jpx.js',
'bidi.js'
'bidi.js',
'../external/jpgjs/jpg.js'
];
// Load all the files.