Change to arrow functions

This commit is contained in:
Tobias Skarhed 2018-07-23 13:39:32 +02:00
parent ed8568f0df
commit 529883b61d

View File

@ -18,12 +18,12 @@ describe('GraphCtrl', function() {
};
let scope = {
$on: function() {},
$on: () => {},
};
GraphCtrl.prototype.panel = {
events: {
on: function() {},
on: () => {},
},
gridPos: {
w: 100,