mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-01-10 01:29:45 +03:00
API reformat.
This commit is contained in:
parent
3ac30f07d3
commit
eac2a85478
1 changed files with 12 additions and 6 deletions
|
@ -71,14 +71,20 @@ var LauncherSettings = LauncherSettingsClass.static;
|
||||||
|
|
||||||
// Helper JS class API imports
|
// Helper JS class API imports
|
||||||
var JSApplication = null;
|
var JSApplication = null;
|
||||||
|
var CheckComboBox = null;
|
||||||
|
var CheckModel = null;
|
||||||
|
var IndexedCheckModel = null;
|
||||||
|
var CheckComboBoxSkin = null;
|
||||||
|
var RingProgressIndicator = null;
|
||||||
|
var RingProgressIndicatorSkin = null;
|
||||||
if (typeof JSApplicationClass !== 'undefined') {
|
if (typeof JSApplicationClass !== 'undefined') {
|
||||||
JSApplication = JSApplicationClass.static;
|
JSApplication = JSApplicationClass.static;
|
||||||
var CheckComboBox = CheckComboBoxClass.static;
|
CheckComboBox = CheckComboBoxClass.static;
|
||||||
var CheckModel = CheckModelClass.static;
|
CheckModel = CheckModelClass.static;
|
||||||
var IndexedCheckModel = IndexedCheckModelClass.static;
|
IndexedCheckModel = IndexedCheckModelClass.static;
|
||||||
var CheckComboBoxSkin = CheckComboBoxSkinClass.static;
|
CheckComboBoxSkin = CheckComboBoxSkinClass.static;
|
||||||
var RingProgressIndicator = RingProgressIndicatorClass.static;
|
RingProgressIndicator = RingProgressIndicatorClass.static;
|
||||||
var RingProgressIndicatorSkin = RingProgressIndicatorSkinClass.static;
|
RingProgressIndicatorSkin = RingProgressIndicatorSkinClass.static;
|
||||||
}
|
}
|
||||||
|
|
||||||
// API wrapper
|
// API wrapper
|
||||||
|
|
Loading…
Reference in a new issue