Commit 6b598f34 by Alexander Zobnin

scrollbar: fix 'legendScrollbar.destroy is not a function' error

parent a265c77c
...@@ -19,7 +19,7 @@ module.directive('graphLegend', function(popoverSrv, $timeout) { ...@@ -19,7 +19,7 @@ module.directive('graphLegend', function(popoverSrv, $timeout) {
scope.$on('$destroy', function() { scope.$on('$destroy', function() {
if (legendScrollbar) { if (legendScrollbar) {
legendScrollbar.destroy(); legendScrollbar.dispose();
} }
}); });
......
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