2
0
Fork 0
mirror of https://github.com/discourse/discourse.git synced 2025-09-06 10:50:21 +08:00

Make eslint happy.

This commit is contained in:
Guo Xiang Tan 2017-09-08 14:08:19 +08:00
parent 2db47f98cd
commit 84031c5cb9

View file

@ -92,7 +92,7 @@ function initialize(api) {
keepPresenceAlive(){
// If the composer isn't open, or we're not editing,
// If the composer isn't open, or we're not editing,
// don't update anything, and don't schedule this task again
if(!this.shouldSharePresence()){
return;