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