1
0
Fork 0
mirror of https://github.com/openstf/stf synced 2025-10-06 03:50:04 +02:00

Rename "isOwnedByUser" to "using".

This commit is contained in:
Simo Kinnunen 2014-03-18 15:19:39 +09:00
parent 30b04ab2d2
commit 022977886c
3 changed files with 3 additions and 3 deletions

View file

@ -265,7 +265,7 @@ module.exports = function(options) {
, present: false
, ready: false
, lastHeartbeatAt: null
, isOwnedByUser: false
, using: false
})
})
.on(wire.JoinGroupMessage, function(channel, message) {