summaryrefslogtreecommitdiffstatshomepage
path: root/core/modules/toolbar/js/toolbar.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/modules/toolbar/js/toolbar.js')
-rw-r--r--core/modules/toolbar/js/toolbar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/modules/toolbar/js/toolbar.js b/core/modules/toolbar/js/toolbar.js
index e87f74661f93..d94fde6cc92a 100644
--- a/core/modules/toolbar/js/toolbar.js
+++ b/core/modules/toolbar/js/toolbar.js
@@ -14,7 +14,7 @@ var options = $.extend(
'module.toolbar.narrow': '',
'module.toolbar.standard': '',
'module.toolbar.wide': ''
- },
+ }
},
drupalSettings.toolbar,
// Merge strings on top of drupalSettings so that they are not mutable.