Change the way of action pefrom(no longer wait for event), add loading jar file support, fix simple action memory leak
This commit is contained in:
@@ -8,6 +8,9 @@ if(__engine__ == "rhino"){
|
||||
__importClassOld__(pack);
|
||||
}
|
||||
}
|
||||
var loadJar = function(path){
|
||||
__runtime__.loadJar(path);
|
||||
}
|
||||
}
|
||||
|
||||
var toast = function(text){
|
||||
|
||||
Reference in New Issue
Block a user