Skip to content

Commit 1f7e4eb

Browse files
authored
Update ultra.js
1 parent 671a211 commit 1f7e4eb

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

dist/ultra.js

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,10 @@ const Ultra = {
3737
target.remove();
3838
});
3939
});
40-
},
41-
popupmsg(text = null, allowHTML = false) {
40+
}
41+
}
42+
43+
Ultra.popupmsg = function (text = null, allowHTML = false) {
4244
if (text === null) {
4345
throw new Error('"text" argument must be supplied')
4446
}

0 commit comments

Comments
 (0)