Commit fa6fae18 authored by Phil Hughes's avatar Phil Hughes

Changed any variable name to save confusion

parent 72830aa8
...@@ -30,7 +30,7 @@ class @MilestoneSelect ...@@ -30,7 +30,7 @@ class @MilestoneSelect
if showAny if showAny
data.unshift( data.unshift(
any: true isAny: true
title: 'Any Milestone' title: 'Any Milestone'
) )
...@@ -47,7 +47,7 @@ class @MilestoneSelect ...@@ -47,7 +47,7 @@ class @MilestoneSelect
milestone.title milestone.title
id: (milestone) -> id: (milestone) ->
if !useId if !useId
if !milestone.any? if !milestone.isAny?
milestone.title milestone.title
else else
"" ""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment