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.