[Time Conductor] #933 Fixed code style errors

This commit is contained in:
Henry
2016-09-06 10:04:29 -07:00
parent c6eaa3d528
commit 7af5875dd5
21 changed files with 124 additions and 113 deletions

View File

@ -229,7 +229,7 @@ define(
// Respond to a display bounds change (requery for data)
function changeDisplayBounds(event, bounds, follow) {
//'hack' for follow mode
if (follow === true){
if (follow === true) {
setBasePanZoom(bounds);
} else {
var domainAxis = $scope.axes[0];