Merge pull request #923 from NIA/patch-1

Add passing offsets over plotpan event
pull/1/head
David Schnur 13 years ago
commit 620b05a7e1

@ -319,7 +319,7 @@ Licensed under the MIT License ~ http://threedubmedia.googlecode.com/files/MIT-L
plot.draw();
if (!args.preventEvent)
plot.getPlaceholder().trigger("plotpan", [ plot ]);
plot.getPlaceholder().trigger("plotpan", [ plot, args ]);
};
function shutdown(plot, eventHolder) {

Loading…
Cancel
Save