Linting fixes

This commit is contained in:
Colin McLeod
2015-05-25 22:59:46 -07:00
parent 9483294598
commit c8df9eb711
5 changed files with 7 additions and 10 deletions

View File

@@ -10,7 +10,6 @@ angular.module('app').directive('areaChart', function () {
width: '='
},
link: function(scope, element) {
console.log(element[0].parentElement);
var width = element[0].parentElement.offsetWidth,
height = width * 0.6,
series = scope.series,