Update section headers

This commit is contained in:
Roel Walraven 2017-02-24 14:21:41 +01:00
parent f2fe77a701
commit 853995cb0e

View File

@ -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() { LightDMMock.prototype.cancel_timed_login = function() {
window.logCall("cancel_timed_login", arguments); window.logCall("cancel_timed_login", arguments);
@ -454,7 +457,7 @@ function IncompatibleArgumentTypesException(number, expected, received) {
/****************************************************************************** /******************************************************************************
* Helpers * * Helpers *
*******************************************************************************/ ******************************************************************************/
/** /**
* global helper deprecationNotifier * global helper deprecationNotifier
@ -587,7 +590,7 @@ window.loadJSON = function(url, callback) {
/****************************************************************************** /******************************************************************************
* Object.watch shim * * Object.watch shim *
*******************************************************************************/ ******************************************************************************/
/* /*
* object.watch polyfill * object.watch polyfill
@ -643,6 +646,11 @@ if(!Object.prototype.unwatch) {
}); });
} }
/******************************************************************************
* Deprecated properties *
******************************************************************************/
LightDMMock.watch('default_language', function() { LightDMMock.watch('default_language', function() {
window.deprecationNotifier("property", "default_language", "lightdm.language"); window.deprecationNotifier("property", "default_language", "lightdm.language");
}); });