Skip to content

Commit 3b36200

Browse files
committed
hot reload controllers
1 parent e780a15 commit 3b36200

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/scripts/script.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ if ('WebSocket' in window) {
3737
delete window["_" + it];
3838
delete window[it + "Controller"];
3939
delete window["_" + it + "Controller"];
40+
delete window.controllerPool[it];
4041
});
4142
window.loadedModules = {};
4243
}

0 commit comments

Comments
 (0)