From: Adil Allawi Date: Mon, 13 Feb 2012 14:38:44 +0000 (+0000) Subject: Properly integrate new file bidi.js X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=b50cf76ab589fa1bb4a52014470274f887e067cd;p=pdf.js.git Properly integrate new file bidi.js --- diff --git a/Makefile b/Makefile index 043cb7f..f515bf7 100644 --- a/Makefile +++ b/Makefile @@ -38,6 +38,7 @@ PDF_JS_FILES = \ worker.js \ ../external/jpgjs/jpg.js \ jpx.js \ + bidi.js \ $(NULL) # make server diff --git a/src/worker_loader.js b/src/worker_loader.js index fc3d7a5..69eb141 100644 --- a/src/worker_loader.js +++ b/src/worker_loader.js @@ -24,7 +24,8 @@ var files = [ 'stream.js', 'worker.js', '../external/jpgjs/jpg.js', - 'jpx.js' + 'jpx.js', + 'bidi.js' ]; // Load all the files. diff --git a/test/test_slave.html b/test/test_slave.html index a2682a5..50bb067 100644 --- a/test/test_slave.html +++ b/test/test_slave.html @@ -23,6 +23,7 @@ + - +