Skip to content

Commit fcdcfd0

Browse files
committed
correcting a bug preventing the execution with the dojo loader
1 parent 7797825 commit fcdcfd0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

i18n.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ define(['./i18n/common', "module"], function (common, module) {
156156
load: function (name, req, onLoad, config) {
157157
config = config || {};
158158

159-
var moduleConfig = module.config(),
159+
var moduleConfig = module.config() || {},
160160
masterMid,
161161
layer;
162162

0 commit comments

Comments
 (0)