Merge pull request #519 from ArcticLampyrid/patch-2

remove `registerForWindowResult` which is not used (#506)
This commit is contained in:
zhuzichu
2024-05-31 12:50:24 +05:30
committed by GitHub

View File

@ -315,9 +315,6 @@ Window {
window.minimumHeight = window.height
}
}
function registerForWindowResult(path){
return FluApp.createWindowRegister(window,path)
}
function setResult(data){
if(_windowRegister){
_windowRegister.setResult(data)