Skip to content

Commit db89e7a

Browse files
committed
i'm silly...
1 parent dc0185f commit db89e7a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/scripts/directives/d3Area.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ angular.module('crunchinatorApp.directives').directive('d3Area', ['$rootScope',
7373

7474
scope.min = formatDate(extent[0]);
7575
scope.max = formatDate(extent[1]);
76-
};
76+
}
7777

7878
x.domain([parseDate(scope.extent), new Date()]);
7979
var brush = d3.svg.brush()

app/scripts/directives/d3Bars.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ angular.module('crunchinatorApp.directives').directive('d3Bars', ['$rootScope',
8282

8383
scope.min = labelfy(range[0]);
8484
scope.max = labelfy(range[1]);
85-
}
85+
};
8686

8787
var brush = d3.svg.brush()
8888
.x(x)

0 commit comments

Comments
 (0)