ES5 → 7: Use for in/of and let

This commit is contained in:
miruka
2019-07-18 05:18:13 -04:00
parent 8a38274280
commit 1fa8b70359
12 changed files with 59 additions and 77 deletions

View File

@@ -68,7 +68,7 @@ HRectangle {
if (textArea.text === "") { return }
var args = [chatPage.roomId, textArea.text]
let args = [chatPage.roomId, textArea.text]
py.callClientCoro(chatPage.userId, "send_markdown", args)
area.clear()
})