Commit ba4de812 authored by Michael Hausl's avatar Michael Hausl

Removed unneccessary comma

parent e48d0662
......@@ -157,7 +157,7 @@ can set the default in the options.
plot.getPlaceholder().css("cursor", prevCursor);
plot.pan({ left: prevPageX - e.pageX,
top: prevPageY - e.pageY,
dragEnded: true, });
dragEnded: true });
}
function bindEvents(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