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.
1 parent 7bb7c6c commit 46f5b0dCopy full SHA for 46f5b0d
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