Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
gbenroscience committed Apr 25, 2024
2 parents 6dff04a + 826f0e3 commit ac2d966
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion layman-extra.js
Original file line number Diff line number Diff line change
Expand Up @@ -24059,4 +24059,4 @@ var BuildBridgedWorker = function (workerFunction, workerExportNames, mainExport
return ret; //we return an object which lets the main thread call the worker. The object will take care of the communication in the other direction.
};

/////////////////////////////////////Bridged-Worker Ends/////////////////////////////////////////////////////
/////////////////////////////////////Bridged-Worker Ends/////////////////////////////////////////////////////
2 changes: 1 addition & 1 deletion layman.js
Original file line number Diff line number Diff line change
Expand Up @@ -16732,4 +16732,4 @@ var BuildBridgedWorker = function (workerFunction, workerExportNames, mainExport
return ret; //we return an object which lets the main thread call the worker. The object will take care of the communication in the other direction.
};

/////////////////////////////////////Bridged-Worker Ends/////////////////////////////////////////////////////
/////////////////////////////////////Bridged-Worker Ends/////////////////////////////////////////////////////

0 comments on commit ac2d966

Please sign in to comment.