3 lines
82 B
JavaScript
3 lines
82 B
JavaScript
// Set a global flag to indicate that this module was executed.
|
|
moduleRan = true;
|