Browse Source

code cleanup and documentation

sisyphus
Dustin Falgout 9 years ago
parent
commit
c5583aed69
  1. 2
      themes/_vendor/js/mock.js

2
themes/_vendor/js/mock.js vendored

@ -469,7 +469,7 @@ class LightDMGreeter {
* @readonly
*/
get num_users() {
return this._num_users;
return this.users.length;
}
/**

Loading…
Cancel
Save