Skip to content

Commit

Permalink
fix after loadjs update
Browse files Browse the repository at this point in the history
  • Loading branch information
steam0r committed Aug 12, 2024
1 parent b6212a2 commit c720469
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src_client/standalone.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,9 @@ export default class CablesStandalone
});
}

_coreReady(depsNotFound)
_coreReady()
{
if (!depsNotFound && this.CABLES)
if (this.CABLES)
{
if (this.CABLES.Op)
{
Expand All @@ -170,7 +170,7 @@ export default class CablesStandalone
}
}

_uiReady(depsNotFound)
_uiReady()
{
if (this.CABLES)
{
Expand Down

0 comments on commit c720469

Please sign in to comment.