mirror of
https://github.com/zhuzichu520/FluentUI.git
synced 2024-11-24 03:30:59 +08:00
Merge pull request #519 from ArcticLampyrid/patch-2
remove `registerForWindowResult` which is not used (#506)
This commit is contained in:
commit
0a8732c91b
@ -315,9 +315,6 @@ Window {
|
|||||||
window.minimumHeight = window.height
|
window.minimumHeight = window.height
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
function registerForWindowResult(path){
|
|
||||||
return FluApp.createWindowRegister(window,path)
|
|
||||||
}
|
|
||||||
function setResult(data){
|
function setResult(data){
|
||||||
if(_windowRegister){
|
if(_windowRegister){
|
||||||
_windowRegister.setResult(data)
|
_windowRegister.setResult(data)
|
||||||
|
Loading…
Reference in New Issue
Block a user