|
|
@ -49,15 +49,6 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
window.greeter_config = _channel.objects.Config; |
|
|
|
window.greeter_config = _channel.objects.Config; |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* ***Deprecated!*** Use {@link window.greeter_config} instead. |
|
|
|
|
|
|
|
* @name config |
|
|
|
|
|
|
|
* @type {LightDM.GreeterConfig} |
|
|
|
|
|
|
|
* @memberOf window |
|
|
|
|
|
|
|
* @deprecated |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
window.config = window.greeter_config; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Theme Utils - various utility methods for use in greeter themes. |
|
|
|
* Theme Utils - various utility methods for use in greeter themes. |
|
|
|
* @name theme_utils |
|
|
|
* @name theme_utils |
|
|
@ -66,15 +57,6 @@ |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
window.theme_utils = new ThemeUtils( _channel.objects.ThemeUtils ); |
|
|
|
window.theme_utils = new ThemeUtils( _channel.objects.ThemeUtils ); |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* ***Deprecated!*** Use {@link window.theme_utils} instead. |
|
|
|
|
|
|
|
* @name greeterutil |
|
|
|
|
|
|
|
* @type {LightDM.ThemeUtils} |
|
|
|
|
|
|
|
* @memberOf window |
|
|
|
|
|
|
|
* @deprecated |
|
|
|
|
|
|
|
*/ |
|
|
|
|
|
|
|
window.greeterutil = window.theme_utils; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setTimeout( function () { |
|
|
|
setTimeout( function () { |
|
|
|
window.dispatchEvent( _ready_event ); |
|
|
|
window.dispatchEvent( _ready_event ); |
|
|
|
}, 2 ); |
|
|
|
}, 2 ); |
|
|
|