7 lines
115 B
Plaintext
7 lines
115 B
Plaintext
return {
|
|
test_stop: function() {
|
|
log.console(`About to stop.`)
|
|
// $_.stop() // Removed
|
|
}
|
|
}
|