3
0
mirror of https://github.com/cytodev/LightDMMock.git synced 2024-11-24 23:19:49 +01:00

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() {
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");
});