summaryrefslogtreecommitdiffstats
path: root/core/js/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/app.js')
-rw-r--r--core/js/app.js2
1 files changed, 1 insertions, 1 deletions
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);
}