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

@ -14,7 +14,7 @@
*/
/* globals chrome */
import { domEvents } from 'pdfjs-web/dom_events';
import { domEvents } from './dom_events';
function PDFHistory(options) {
this.linkService = options.linkService;