()
| 402 | } |
| 403 | |
| 404 | getOwner () { |
| 405 | const ownerPermission = _.find(this.get('permissions', true), { access: 'owner' }) |
| 406 | return (ownerPermission != null ? ownerPermission.target : undefined) |
| 407 | } |
| 408 | |
| 409 | watch (doWatch) { |
| 410 | if (doWatch == null) { doWatch = true } |
no test coverage detected