mirror of
https://github.com/EDCD/coriolis.git
synced 2025-12-09 14:45:35 +00:00
Linting fixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user