]> git.parisson.com Git - pdf.js.git/commitdiff
wrong filename in make.js
authorSaebekassebil <saebekassebil@gmail.com>
Mon, 26 Mar 2012 21:53:51 +0000 (23:53 +0200)
committerSaebekassebil <saebekassebil@gmail.com>
Mon, 26 Mar 2012 21:53:51 +0000 (23:53 +0200)
make.js

diff --git a/make.js b/make.js
index 69732667f836d96b601a8f7497bae42b82df9ae8..19dea7b8256c580e3564537411b66fe434222fce 100755 (executable)
--- a/make.js
+++ b/make.js
@@ -98,7 +98,7 @@ target.bundle = function() {
         '../external/jpgjs/jpg.js',
         'jpx.js',
         'bidi.js',
-        'metadata-js'];
+        'metadata.js'];
 
   if (!exists(BUILD_DIR))
     mkdir(BUILD_DIR);