Make all JS functions and variables camelCase

According to conventions.
This commit is contained in:
miruka
2019-07-18 04:46:37 -04:00
parent 3939470679
commit 8a38274280
6 changed files with 42 additions and 42 deletions

View File

@@ -49,7 +49,7 @@ HRectangle {
eventList.canLoad = false
py.callClientCoro(
chatPage.userId, "load_past_events", [chatPage.roomId],
more_to_load => { eventList.canLoad = more_to_load }
moreToLoad => { eventList.canLoad = moreToLoad }
)
}
}