Skip to content

Commit 3c6dc3c

Browse files
committed
fix conflict
2 parents 82963b8 + 98c2b33 commit 3c6dc3c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

i18n.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,7 @@ define(["./i18n/common", "./i18n/build", "module"], function (common, build, mod
120120
}
121121
};
122122

123+
/* jshint -W074 */
123124
return {
124125
/* jshint -W074 */
125126
load: function (name, req, onLoad, config) {
@@ -209,5 +210,8 @@ define(["./i18n/common", "./i18n/build", "module"], function (common, build, mod
209210
}
210211
build.reset();
211212
}
213+
214+
212215
};
216+
/* jshint +W074 */
213217
});

0 commit comments

Comments
 (0)