Skip to content
This repository has been archived by the owner on Oct 21, 2022. It is now read-only.

Commit

Permalink
added basic autoindenting support
Browse files Browse the repository at this point in the history
  • Loading branch information
wolph committed Jun 19, 2012
1 parent f30c9e0 commit f5dda69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/content/js/composer_widgets.js
Expand Up @@ -968,7 +968,7 @@ function createFunctionsMenu() {
text: 'Filter',
menu: [
{text: 'top', handler: applyFuncToEachWithInput('limit', 'Limit to the top ___ of a list of metrics')},
{text: 'bottom', handler: applyFuncToEachWithInput('limit', 'Limit to the top ___ of a list of metrics')},
{text: 'bottom', handler: applyFuncToEachWithInput('limit', 'Limit to the bottom ___ of a list of metrics')},
{
text: 'Data Filters',
menu: [
Expand Down

0 comments on commit f5dda69

Please sign in to comment.