forked from SFS/LightDMMock
Add require support
This commit is contained in:
parent
eeefc1152d
commit
4e03335a28
@ -570,3 +570,7 @@ LightDMMock.watch('timed_login_user', function() {
|
|||||||
LightDMMock.watch('timed_login_delay', function() {
|
LightDMMock.watch('timed_login_delay', function() {
|
||||||
window.deprecationNotifier("property", "timed_login_delay", "lightdm.autologin_timeout");
|
window.deprecationNotifier("property", "timed_login_delay", "lightdm.autologin_timeout");
|
||||||
});
|
});
|
||||||
|
|
||||||
|
if (module) {
|
||||||
|
module.exports = LightDMMock;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user