add timers modules
This commit is contained in:
@@ -19,10 +19,12 @@ module.exports = function(__runtime__, scope){
|
||||
return !isStopped();
|
||||
}
|
||||
|
||||
scope.stop = function(){
|
||||
__runtime__.stop();
|
||||
scope.exit = function(){
|
||||
__runtime__.exit();
|
||||
}
|
||||
|
||||
scope.stop = scope.exit;
|
||||
|
||||
scope.setClip = function(text){
|
||||
__runtime__.setClip(text);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user