Navigation Menu

Skip to content

Commit

Permalink
remove unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
clkao committed Jul 24, 2012
1 parent 4ef8ebe commit aacabce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion coffee/tschart.coffee
Expand Up @@ -394,7 +394,6 @@ class TradeSpring.Chart
namelist: [name]
}

checkbox = 'input#' + group_name.replace(/([\(\)])/g, "\\$1")
label = @indicator_groups[group_name].label
label.change =>
is_show_indicator = label.attr('checked')
Expand Down

0 comments on commit aacabce

Please sign in to comment.