update helper function name
This commit is contained in:
parent
05f3200581
commit
622236f666
@ -2385,8 +2385,8 @@ function main() {
|
|||||||
}
|
}
|
||||||
function register() {
|
function register() {
|
||||||
window.removeEventListener("DOMContentLoaded", register);
|
window.removeEventListener("DOMContentLoaded", register);
|
||||||
HELPER_FUNCTIONS.getSettings(console.log(localStorage.getItem("HOTKEY_CODES")));
|
HELPER_FUNCTIONS.getSettings();
|
||||||
HELPER_FUNCTIONS.startKeyPressListeners();
|
HELPER_FUNCTIONS.startKeyUpListener();
|
||||||
CONTROLLER.Controller([window])
|
CONTROLLER.Controller([window])
|
||||||
.forEach(function (view) { return views.unshift(view); });
|
.forEach(function (view) { return views.unshift(view); });
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user