Commit 620b05a7 authored by David Schnur's avatar David Schnur

Merge pull request #923 from NIA/patch-1

Add passing offsets over plotpan event
parents 3c0bcefc c8630d18
...@@ -319,7 +319,7 @@ Licensed under the MIT License ~ http://threedubmedia.googlecode.com/files/MIT-L ...@@ -319,7 +319,7 @@ Licensed under the MIT License ~ http://threedubmedia.googlecode.com/files/MIT-L
plot.draw(); plot.draw();
if (!args.preventEvent) if (!args.preventEvent)
plot.getPlaceholder().trigger("plotpan", [ plot ]); plot.getPlaceholder().trigger("plotpan", [ plot, args ]);
}; };
function shutdown(plot, eventHolder) { function shutdown(plot, eventHolder) {
......
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