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 { PDFJS } from './pdfjs';
import { PDFJS } from 'pdfjs-lib';
var CSS_UNITS = 96.0 / 72.0;
var DEFAULT_SCALE_VALUE = 'auto';