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

Removes last UMDs from the modules.

This commit is contained in:
Yury Delendik 2017-05-30 20:38:22 -05:00
parent e51718711b
commit 66c8893815
28 changed files with 71 additions and 224 deletions

View file

@ -13,7 +13,7 @@
* limitations under the License.
*/
import { AnnotationLayer } from './pdfjs';
import { AnnotationLayer } from 'pdfjs-lib';
import { mozL10n } from './ui_utils';
import { SimpleLinkService } from './pdf_link_service';