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
if showAny
data.unshift(
any: true
isAny: true
title: 'Any Milestone'
)
......@@ -47,7 +47,7 @@ class @MilestoneSelect
milestone.title
id: (milestone) ->
if !useId
if !milestone.any?
if !milestone.isAny?
milestone.title
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