mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-08 17:30:09 +02:00
Moves global scope out of shared/util.
This commit is contained in:
parent
81172b571f
commit
57bc3296f4
9 changed files with 31 additions and 18 deletions
|
@ -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([
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue