[Time Conductor] Fix comment text

Per code review feedback, #475
This commit is contained in:
Victor Woeltjen 2016-01-22 15:22:54 -08:00
parent 9fe026a1f1
commit 3a26c864b8

View File

@ -43,7 +43,7 @@ define(
function TimeRangeController($scope, formatService, defaultFormat, now) {
var tickCount = 2,
innerMinimumSpan = 1000, // 1 second
outerMinimumSpan = 1000, // 1 hour
outerMinimumSpan = 1000, // 1 second
initialDragValue,
formatter = formatService.getFormat(defaultFormat);