Explorar el Código

tweak(ui): expose UIAlert to service scripts

KernelDeimos hace 1 año
padre
commit
71e2310fa4
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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;