diff options
Diffstat (limited to 'js/src/alert.js')
| -rw-r--r-- | js/src/alert.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/js/src/alert.js b/js/src/alert.js index 2b967145f..8d52e1591 100644 --- a/js/src/alert.js +++ b/js/src/alert.js @@ -9,7 +9,7 @@ import Util from './util' * -------------------------------------------------------------------------- */ -const Alert = (() => { +const Alert = (($) => { /** @@ -189,6 +189,6 @@ const Alert = (() => { return Alert -})(Util.jQuery) +})($) export default Alert |
