3
0
mirror of https://github.com/cytodev/LightDMMock.git synced 2024-11-24 23:19:49 +01:00

Add require support

This commit is contained in:
Ayrton Sparling 2016-12-14 16:22:03 -08:00 committed by GitHub
parent eeefc1152d
commit 4e03335a28

View File

@ -570,3 +570,7 @@ LightDMMock.watch('timed_login_user', function() {
LightDMMock.watch('timed_login_delay', function() {
window.deprecationNotifier("property", "timed_login_delay", "lightdm.autologin_timeout");
});
if (module) {
module.exports = LightDMMock;
}