From cb4f1a1e0ac632c14a2b8ce3481fb6b297bfeaff Mon Sep 17 00:00:00 2001 From: Dustin Falgout Date: Sat, 30 Jul 2016 19:46:46 -0500 Subject: [PATCH] still working on theme api docs / mock script. --- themes/_vendor/js/mock.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/themes/_vendor/js/mock.js b/themes/_vendor/js/mock.js index f02090e..a53ab41 100644 --- a/themes/_vendor/js/mock.js +++ b/themes/_vendor/js/mock.js @@ -29,13 +29,14 @@ if ('undefined' !== typeof lightdm) { 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. + * @alias lightdm */ -const lightdm = class LightDMGreeter { +LightDMGreeter = class { constructor() { this._mock_data = MockData;