Enfore function name capitalisation

This commit is contained in:
Jorik Schellekens
2020-04-28 14:31:49 +01:00
parent 9ca843fdcb
commit fe326b9f08
5 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ import RoomTile from "../views/rooms/RoomTile";
import LazyRenderList from "../views/elements/LazyRenderList";
import {_t} from "../../languageHandler";
import {RovingTabIndexWrapper} from "../../accessibility/RovingTabIndex";
import toRem from "../../utils/rem";
import {toRem} from "../../utils/rem";
// turn this on for drop & drag console debugging galore
const debug = false;