Commit 529883b6 by Tobias Skarhed

Change to arrow functions

parent ed8568f0
......@@ -18,12 +18,12 @@ describe('GraphCtrl', function() {
};
let scope = {
$on: function() {},
$on: () => {},
};
GraphCtrl.prototype.panel = {
events: {
on: function() {},
on: () => {},
},
gridPos: {
w: 100,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment