1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Change amd to cjs path in ES6 modules

This commit is contained in:
Yury Delendik 2017-04-14 10:32:36 -05:00
parent 74b31ab18f
commit 8e681ce3e2
27 changed files with 82 additions and 82 deletions

View file

@ -13,7 +13,7 @@
* limitations under the License.
*/
import { PDFJS } from 'pdfjs-web/pdfjs';
import { PDFJS } from './pdfjs';
var CSS_UNITS = 96.0 / 72.0;
var DEFAULT_SCALE_VALUE = 'auto';