Splits shared/annotation.js into core/ and display/
This commit is contained in:
parent
df87df59b6
commit
bdeca30fbf
12 changed files with 284 additions and 318 deletions
4
make.js
4
make.js
|
@ -370,7 +370,6 @@ target.bundle = function(args) {
|
|||
|
||||
var SHARED_SRC_FILES = [
|
||||
'shared/util.js',
|
||||
'shared/annotation.js',
|
||||
];
|
||||
|
||||
var MAIN_SRC_FILES = SHARED_SRC_FILES.concat([
|
||||
|
@ -379,7 +378,8 @@ target.bundle = function(args) {
|
|||
'display/canvas.js',
|
||||
'display/webgl.js',
|
||||
'display/pattern_helper.js',
|
||||
'display/font_loader.js'
|
||||
'display/font_loader.js',
|
||||
'display/annotation_helper.js',
|
||||
]);
|
||||
|
||||
var srcFiles = builder.getWorkerSrcFiles('src/worker_loader.js');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue