mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Change to arrow functions
This commit is contained in:
parent
ed8568f0df
commit
529883b61d
@ -18,12 +18,12 @@ describe('GraphCtrl', function() {
|
||||
};
|
||||
|
||||
let scope = {
|
||||
$on: function() {},
|
||||
$on: () => {},
|
||||
};
|
||||
|
||||
GraphCtrl.prototype.panel = {
|
||||
events: {
|
||||
on: function() {},
|
||||
on: () => {},
|
||||
},
|
||||
gridPos: {
|
||||
w: 100,
|
||||
|
Loading…
Reference in New Issue
Block a user