Browse Source

still working on theme api docs / mock script.

sisyphus
Dustin Falgout 9 years ago
parent
commit
cb4f1a1e0a
  1. 5
      themes/_vendor/js/mock.js

5
themes/_vendor/js/mock.js vendored

@ -29,13 +29,14 @@ if ('undefined' !== typeof lightdm) {
throw new Error('Cannot use LightDM Mock while the greeter is running!'); throw new Error('Cannot use LightDM Mock while the greeter is running!');
} }
let LightDMSession, LightDMUser, LightDMLanguage, LightDMLayout; let LightDMGreeter, LightDMSession, LightDMUser, LightDMLanguage, LightDMLayout, lightdm;
/** /**
* Class which implements the LightDMGreeter Interface. * Class which implements the LightDMGreeter Interface.
* @alias lightdm
*/ */
const lightdm = class LightDMGreeter { LightDMGreeter = class {
constructor() { constructor() {
this._mock_data = MockData; this._mock_data = MockData;

Loading…
Cancel
Save