Skip to content

Commit 71e2310

Browse files
committed
tweak(ui): expose UIAlert to service scripts
1 parent d2b37fc commit 71e2310

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/UI/UIAlert.js

+3-1
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,6 @@ function UIAlert(options){
122122
})
123123
}
124124

125-
export default UIAlert;
125+
def(UIAlert, 'ui.window.UIAlert');
126+
127+
export default UIAlert;

0 commit comments

Comments
 (0)