Skip to content

Commit

Permalink
adding better safety around usage of M.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
justinhunt committed Dec 11, 2019
1 parent d5670e5 commit c955764
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion amd/build/drawingboard.min.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
define(["filter_poodll/poodll_shims_loader","drawingboard"],function(a,b){return b});
define(["filter_poodll/poodll_shims","drawingboard"],function(a,b){return b});
2 changes: 1 addition & 1 deletion amd/build/lzflash.min.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
define(["filter_poodll/poodll_shims_loader","lzflash"],function(a,b){return b});
define(["filter_poodll/poodll_shims","lzflash"],function(a,b){return b});
2 changes: 1 addition & 1 deletion amd/build/poodll_shims.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion amd/src/poodll_shims.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/* jshint ignore:start */
define([], function () {
define(['core/config'], function () {
window.requirejs.config({
paths: {
"db-jquery": M.cfg.wwwroot + '/filter/poodll/3rdparty/jquery/jquery-1.12.4.min',
Expand Down

0 comments on commit c955764

Please sign in to comment.