mirror of
https://github.com/cytodev/LightDMMock.git
synced 2024-11-24 15:13:40 +01:00
Update section headers
This commit is contained in:
parent
f2fe77a701
commit
853995cb0e
@ -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");
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user