add: auto() function and two mode of fetching rootInActiveWindow

This commit is contained in:
hyb1996
2017-07-31 10:15:39 +08:00
parent dc9f8f417a
commit 33cdef21c6
13 changed files with 163 additions and 104 deletions

View File

@@ -16,7 +16,8 @@ module.exports = function(__runtime__, scope){
}
return function(){
return __runtime__.selector(scope.__engine__);
var s = __runtime__.selector(scope.__engine__);
return s;
};
}