API reformat.

This commit is contained in:
Zaxar163 2018-11-23 17:58:51 +03:00 committed by GitHub
parent 3ac30f07d3
commit eac2a85478
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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