Style fixes.

This commit is contained in:
Roger Braun 2017-03-05 20:36:22 +01:00
parent 42ae57dace
commit 51160f0fdb
1 changed files with 2 additions and 2 deletions

View File

@ -49,7 +49,7 @@ const conversation = {
} }
}, },
focused: function (id) { focused: function (id) {
return (id == this.statusoid.id) return (id === this.statusoid.id)
} }
} }
} }