From 073fe17a4dbf07f45fe4fa73c34b1149a801eaec Mon Sep 17 00:00:00 2001 From: cubedro Date: Thu, 23 Apr 2015 17:12:14 +0300 Subject: [PATCH] removed comment from directives.js --- public/js/directives.js | 1 - 1 file changed, 1 deletion(-) diff --git a/public/js/directives.js b/public/js/directives.js index 3249798..68ce486 100644 --- a/public/js/directives.js +++ b/public/js/directives.js @@ -125,7 +125,6 @@ angular.module('netStatsApp.directives', []). // Adjust y axis y.domain([0, d3.max(data, function(d) { return d.y; })]); - // y.domain([0, 1]); // Delete previous histogram element.empty();