Skip to content

Commit

Permalink
removed failed attempts to fix 3,8 js problem
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhunt committed Dec 11, 2019
1 parent 3774fc4 commit d5670e5
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 24 deletions.
1 change: 0 additions & 1 deletion amd/build/config.min.js

This file was deleted.

1 change: 0 additions & 1 deletion amd/build/poodll_shims_loader.min.js

This file was deleted.

15 changes: 0 additions & 15 deletions amd/src/config.js

This file was deleted.

2 changes: 1 addition & 1 deletion amd/src/drawingboard.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jshint ignore:start */
define(['filter_poodll/poodll_shims_loader', 'drawingboard'], function (unused, drawingboard) {
define(['filter_poodll/poodll_shims', 'drawingboard'], function (unused, drawingboard) {
return drawingboard;
}
);
2 changes: 1 addition & 1 deletion amd/src/lzflash.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jshint ignore:start */
define(['filter_poodll/poodll_shims_loader', 'lzflash'], function (unused, lzflash) {
define(['filter_poodll/poodll_shims', 'lzflash'], function (unused, lzflash) {
return lzflash;
}
);
5 changes: 0 additions & 5 deletions amd/src/poodll_shims_loader.js

This file was deleted.

0 comments on commit d5670e5

Please sign in to comment.