add: auto() function and two mode of fetching rootInActiveWindow
This commit is contained in:
@@ -16,7 +16,8 @@ module.exports = function(__runtime__, scope){
|
||||
}
|
||||
|
||||
return function(){
|
||||
return __runtime__.selector(scope.__engine__);
|
||||
var s = __runtime__.selector(scope.__engine__);
|
||||
return s;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user