We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 12d7ab5 + 46f5b0d commit 4cc12faCopy full SHA for 4cc12fa
src/web/repl-ui.js
@@ -1,4 +1,4 @@
1
-define(["trove/image-lib", "./check-ui", "./error-ui", "./output-ui", "trove/world-lib"], function(imageLib, checkUI, errorUI, outputUI, worldLib) {
+define(["trove/image-lib", "./check-ui.js", "./error-ui.js", "./output-ui.js", "trove/world-lib"], function(imageLib, checkUI, errorUI, outputUI, worldLib) {
2
function merge(obj, extension) {
3
var newobj = {};
4
Object.keys(obj).forEach(function(k) {
0 commit comments