Skip to content

Commit 3f52b90

Browse files
committed
add comment to new method
1 parent 70e99e5 commit 3f52b90

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

jsEngine/api/Internal.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,11 @@ export class InternalAPI {
8989
};
9090
}
9191

92+
/**
93+
* Creates execution globals.
94+
*
95+
* @param options
96+
*/
9297
public createExecutionGlobals(options: JsExecutionGlobalsConstructionOptions): JsExecutionGlobals {
9398
return {
9499
app: this.apiInstance.app,

0 commit comments

Comments
 (0)