forked from SFS/LightDMMock
Update module loading
This commit is contained in:
parent
91667b64c2
commit
f326ae92aa
@ -676,6 +676,14 @@ LightDMMock.watch('timed_login_delay', function() {
|
||||
window.deprecationNotifier("property", "timed_login_delay", "lightdm.autologin_timeout");
|
||||
});
|
||||
|
||||
if (module) {
|
||||
|
||||
/******************************************************************************
|
||||
* Module loading *
|
||||
******************************************************************************/
|
||||
|
||||
/* jshint node : true */
|
||||
|
||||
if(typeof module !== "undefined" && module.exports)
|
||||
module.exports = LightDMMock;
|
||||
}
|
||||
|
||||
/* jshint node : false */
|
||||
|
Loading…
Reference in New Issue
Block a user