Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cockpit.js: make access to Gid field conditional
cockpit.js can be bundled with users which don't depend on the latest-and-greatest bridge version, so we have to deal with the case where this field isn't present. Let's not bother mentioning that in the type annotations — things will catch up eventually. The actual access to this properly is causing Oopses today, though, so it needs to be fixed.
- Loading branch information