diff --git a/core/js/app.js b/core/js/app.js index 6592ea93b29..17fc225089e 100644 --- a/core/js/app.js +++ b/core/js/app.js @@ -18,7 +18,7 @@ * negatively on document click * @param $ button wrapped in jquery result */ - exports.Apps = { + exports.App = { registerSlideToggleButton: function (button) { buttons = buttons.add(button); }