diff --git a/src/LightDMMock.js b/src/LightDMMock.js index c03092f..9c5f5ff 100644 --- a/src/LightDMMock.js +++ b/src/LightDMMock.js @@ -152,6 +152,9 @@ function LightDMMock(autofill, timeout, autoGuest) { } +/****************************************************************************** + * Methods * + ******************************************************************************/ /** @@ -361,8 +364,8 @@ LightDMMock.prototype.suspend = function() { /****************************************************************************** - * Deprecated * -*******************************************************************************/ + * Deprecated methods * + ******************************************************************************/ LightDMMock.prototype.cancel_timed_login = function() { window.logCall("cancel_timed_login", arguments); @@ -454,7 +457,7 @@ function IncompatibleArgumentTypesException(number, expected, received) { /****************************************************************************** * Helpers * -*******************************************************************************/ + ******************************************************************************/ /** * global helper deprecationNotifier @@ -587,7 +590,7 @@ window.loadJSON = function(url, callback) { /****************************************************************************** * Object.watch shim * -*******************************************************************************/ + ******************************************************************************/ /* * object.watch polyfill @@ -643,6 +646,11 @@ if(!Object.prototype.unwatch) { }); } + +/****************************************************************************** + * Deprecated properties * + ******************************************************************************/ + LightDMMock.watch('default_language', function() { window.deprecationNotifier("property", "default_language", "lightdm.language"); });