From 853995cb0e31d9489aa876857357523531ec4715 Mon Sep 17 00:00:00 2001 From: Roel Walraven Date: Fri, 24 Feb 2017 14:21:41 +0100 Subject: [PATCH] Update section headers --- src/LightDMMock.js | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) 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"); });