Moves global scope out of shared/util.

This commit is contained in:
Yury Delendik 2017-08-22 17:06:11 -05:00
parent 81172b571f
commit 57bc3296f4
9 changed files with 31 additions and 18 deletions

View file

@ -1040,7 +1040,7 @@ gulp.task('lib', ['buildnumber'], function () {
var buildLib = merge([
gulp.src([
'src/{core,display}/*.js',
'src/shared/{compatibility,util,streams_polyfill}.js',
'src/shared/{compatibility,util,streams_polyfill,global_scope}.js',
'src/{pdf,pdf.worker}.js',
], { base: 'src/', }),
gulp.src([