diff --git a/src/UI/UIAlert.js b/src/UI/UIAlert.js index dcf46cdda..82f2a7b0a 100644 --- a/src/UI/UIAlert.js +++ b/src/UI/UIAlert.js @@ -122,4 +122,6 @@ function UIAlert(options){ }) } -export default UIAlert; \ No newline at end of file +def(UIAlert, 'ui.window.UIAlert'); + +export default UIAlert;