This commit is contained in:
William Lachance 2015-11-04 14:05:50 -05:00
Родитель 605acbe264
Коммит 91330dfd7a
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -281,9 +281,7 @@ perf.controller('GraphsCtrl', [
$("#overview-plot").bind("plotunselected", plotUnselected);
$("#overview-plot").bind("plotselected", function(event, ranges) {
plotSelected(event,ranges);
});
$("#overview-plot").bind("plotselected", plotSelected);
}
function zoomGraph() {