diff --git a/jquery.flot.navigate.js b/jquery.flot.navigate.js index f2b9760..88d0a87 100644 --- a/jquery.flot.navigate.js +++ b/jquery.flot.navigate.js @@ -262,7 +262,7 @@ Licensed under the MIT License ~ http://threedubmedia.googlecode.com/files/MIT-L plot.draw(); if (!args.preventEvent) - plot.getPlaceholder().trigger("plotzoom", [ plot ]); + plot.getPlaceholder().trigger("plotzoom", [ plot, args ]); } plot.pan = function (args) {