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,9 +13,9 @@
* limitations under the License.
*/
import { CSS_UNITS } from 'pdfjs-web/ui_utils';
import { PDFPrintServiceFactory } from 'pdfjs-web/app';
import { shadow } from 'pdfjs-web/pdfjs';
import { CSS_UNITS } from './ui_utils';
import { PDFPrintServiceFactory } from './app';
import { shadow } from './pdfjs';
// Creates a placeholder with div and canvas with right size for the page.
function composePage(pdfDocument, pageNumber, size, printContainer) {