Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cdavis committed Jan 3, 2011
1 parent 5b271c6 commit 8f84569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/content/js/composer_widgets.js
Expand Up @@ -483,7 +483,7 @@ var GraphDataWindow = {
menu: [
{text: 'Sum', handler: this.applyFuncToAll('sumSeries')},
{text: 'Average', handler: this.applyFuncToAll('averageSeries')},
{text: 'Sum using wildcards', handler: this.applyFuncToEachWithInput('sumSeriesWithWildcards', 'Please enter a comma separated list of numbers specifying the locations in the name to place wildcards')}
{text: 'Sum using wildcards', handler: this.applyFuncToEachWithInput('sumSeriesWithWildcards', 'Please enter a comma separated list of numbers specifying the locations in the name to place wildcards')},
{text: 'Average using wildcards', handler: this.applyFuncToEachWithInput('averageSeriesWithWildcards', 'Please enter a comma separated list of numbers specifying the locations in the name to place wildcards')},
{text: 'Group', handler: this.applyFuncToAll('group')}
]
Expand Down

0 comments on commit 8f84569

Please sign in to comment.