diff options
author | webchick <webchick@24967.no-reply.drupal.org> | 2013-10-11 09:43:55 -0700 |
---|---|---|
committer | webchick <webchick@24967.no-reply.drupal.org> | 2013-10-11 09:43:55 -0700 |
commit | 612b52c77fbdfddc984aebb2fdea47b981811704 (patch) | |
tree | 7ffb4e6d6a1868d85c14e4b3e2eb57bb4e4eb6f1 | |
parent | 6ec7f3df01e618d50a00025fca714c0d398ee476 (diff) | |
download | drupal-612b52c77fbdfddc984aebb2fdea47b981811704.tar.gz drupal-612b52c77fbdfddc984aebb2fdea47b981811704.zip |
Issue #2109599 by cosmicdreams: Fixed Extra comma in toolbar.js.
-rw-r--r-- | core/modules/toolbar/js/toolbar.js | 2 |
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. |