Skip to content

Commit 4cc12fa

Browse files
committed
merge with master
2 parents 12d7ab5 + 46f5b0d commit 4cc12fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/web/repl-ui.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
define(["trove/image-lib", "./check-ui", "./error-ui", "./output-ui", "trove/world-lib"], function(imageLib, checkUI, errorUI, outputUI, worldLib) {
1+
define(["trove/image-lib", "./check-ui.js", "./error-ui.js", "./output-ui.js", "trove/world-lib"], function(imageLib, checkUI, errorUI, outputUI, worldLib) {
22
function merge(obj, extension) {
33
var newobj = {};
44
Object.keys(obj).forEach(function(k) {

0 commit comments

Comments
 (0)