Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
other
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
11 Oct 2013 at 04:15 UTC
Updated:
29 Jul 2014 at 23:02 UTC
Unlike PHP JavaScript is finicky about having extra commas in array definitions. The Good News is that I search all of Drupal and only found this one violation of JavaScript's formatting rules.
| Comment | File | Size | Author |
|---|---|---|---|
| Toolbar.patch | 469 bytes | cosmicdreams |
Comments
Comment #1
ianthomas_ukI went to open the file in phpStorm to get a bit more context, and it warned me about the extra comma ;)
Comment #2
webchickCommitted and pushed to 8.x. Thanks!