Browse Source

tweak(ui): expose UIAlert to service scripts

KernelDeimos 1 year ago
parent
commit
71e2310fa4
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/UI/UIAlert.js

+ 3 - 1
src/UI/UIAlert.js

@@ -122,4 +122,6 @@ function UIAlert(options){
     })
 }
 
-export default UIAlert;
+def(UIAlert, 'ui.window.UIAlert');
+
+export default UIAlert;