[Style] Remove trailing commas

Remove trailing commas that snuck through in #1564.
This commit is contained in:
Pete Richards 2017-05-16 15:12:37 -07:00
parent 6e4abcfed8
commit 0dc65f5dfb
3 changed files with 3 additions and 3 deletions

View File

@ -22,7 +22,7 @@
define([
'angular',
'./Region',
'./Region'
], function (
angular,
Region

View File

@ -21,7 +21,7 @@
*****************************************************************************/
define([
'lodash',
'lodash'
], function (
_
) {

View File

@ -23,7 +23,7 @@
define([
'./TelemetryMetadataManager',
'./TelemetryValueFormatter',
'lodash',
'lodash'
], function (
TelemetryMetadataManager,
TelemetryValueFormatter,