Merge pull request #1 from FallingSnow/patch-1

Add module exports
This commit is contained in:
Roel Walraven
2017-02-24 10:25:32 +01:00
committed by GitHub

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;
}