Skip to content

Commit

Permalink
Spacing Formatting
Browse files Browse the repository at this point in the history
My old code formatting was not the prettiest! I thought that the smaller the code was, the easier it was to read all at once. Now, I like to give my code more room to breathe, so I did that to this codebase to help it out a little bit :)
  • Loading branch information
Offroaders123 committed Jan 15, 2023
1 parent 70a8a28 commit e21e08e
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 0 deletions.
8 changes: 8 additions & 0 deletions scripts/STE.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,15 +188,19 @@ class STE {
}

static preapprovedExtensions = ["txt","html","css","js","php","json","webmanifest","bbmodel","xml","yaml","yml","dist","config","ini","md","markdown","mcmeta","lang","properties","uidx","material","h","fragment","vertex","fxh","hlsl","ihlsl","svg"];

/**
* @type { string | null }
*/
static activeEditor = null;

static previewEditor = "active-editor";

/**
* @type { { [identifier: string]: FileSystemFileHandle } }
*/
static fileHandles = {};

/**
* @type { Window[] }
*/
Expand Down Expand Up @@ -263,15 +267,19 @@ class STE {
* @type { STECardElement | null }
*/
static activeDialog = null;

/**
* @type { STECardElement | null }
*/
static dialogPrevious = null;

/**
* @type { STECardElement | null }
*/
static activeWidget = null;

static pickerColor = null;

/**
* @type { BeforeInstallPromptEvent | null }
*/
Expand Down
Loading

0 comments on commit e21e08e

Please sign in to comment.