Pārlūkot izejas kodu

tweak(ui): expose UIAlert to service scripts

KernelDeimos 1 gadu atpakaļ
vecāks
revīzija
71e2310fa4
1 mainītis faili ar 3 papildinājumiem un 1 dzēšanām
  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;