Skip to content

Commit

Permalink
Revert accidental diff
Browse files Browse the repository at this point in the history
  • Loading branch information
GarboMuffin committed Jan 3, 2024
1 parent 7baf74f commit 98c2159
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ class Runtime extends EventEmitter {
*/
this.fontManager = new FontManager(this);

/*
/**
* Maps extension ID to a JSON-serializable value.
* @type {Object.<string, object>}
*/
Expand Down Expand Up @@ -674,8 +674,7 @@ class Runtime extends EventEmitter {
static get ASSET_PROGRESS () {
return 'ASSET_PROGRESS';
}



/**
* Event name when the project is started (threads may not necessarily be
* running).
Expand Down

0 comments on commit 98c2159

Please sign in to comment.