s/var/let/
This commit is contained in:
parent
38a3075a2c
commit
a58befd6d7
1 changed files with 1 additions and 1 deletions
|
@ -732,7 +732,7 @@ export default class App extends Component {
|
||||||
handleMessage(serverID, msg) {
|
handleMessage(serverID, msg) {
|
||||||
let client = this.clients.get(serverID);
|
let client = this.clients.get(serverID);
|
||||||
|
|
||||||
var destBuffers = this.routeMessage(serverID, msg);
|
let destBuffers = this.routeMessage(serverID, msg);
|
||||||
|
|
||||||
if (irc.findBatchByType(msg, "chathistory")) {
|
if (irc.findBatchByType(msg, "chathistory")) {
|
||||||
destBuffers.forEach((bufName) => {
|
destBuffers.forEach((bufName) => {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue