Browse Source

Fix comments

David Catuhe 6 years ago
parent
commit
c4be5fe2f8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      src/Loading/loadingScreen.ts

+ 3 - 0
src/Loading/loadingScreen.ts

@@ -35,7 +35,10 @@ export class DefaultLoadingScreen implements ILoadingScreen {
     private _loadingDiv: Nullable<HTMLDivElement>;
     private _loadingDiv: Nullable<HTMLDivElement>;
     private _loadingTextDiv: HTMLDivElement;
     private _loadingTextDiv: HTMLDivElement;
 
 
+    /** Gets or sets the logo url to use for the default loading screen */
     public static DefaultLogoUrl = "";
     public static DefaultLogoUrl = "";
+
+    /** Gets or sets the spinner url to use for the default loading screen */
     public static DefaultSpinnerUrl = "";
     public static DefaultSpinnerUrl = "";
 
 
     /**
     /**