mirror of
https://github.com/grafana/grafana.git
synced 2024-11-30 20:54:22 -06:00
Merge branch 'v3.1.x'
This commit is contained in:
commit
e789d0df63
@ -13,7 +13,7 @@ define([
|
||||
module.service('timeSrv', function($rootScope, $timeout, $routeParams, timer) {
|
||||
var self = this;
|
||||
|
||||
$rootScope.onAppEvent('zoom-out', function(e, factor) { self.zoomOut(factor); }, $rootScope);
|
||||
$rootScope.$on('zoom-out', function(e, factor) { self.zoomOut(factor); });
|
||||
|
||||
this.init = function(dashboard) {
|
||||
timer.cancel_all();
|
||||
|
Loading…
Reference in New Issue
Block a user